Skip to content

Commit

Permalink
Repeat condition does not work, so removed
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Sep 21, 2023
1 parent ddf3a9f commit 6e261da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/protocol_compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
cp src/controller/data_model/controller-clusters.matter out/old_version.matter
patch -p1 <out/patch.diff
- name: Check backwards compatibility
# Condition repeated so that job can be re-run and pass without PR changes
if: github.event.pull_request && !(contains(github.event.pull_request.labels.*.name, 'skip-protocol-compatibility'))
run: |
scripts/backwards_compatibility_checker.py out/old_version.matter out/new_version.matter

0 comments on commit 6e261da

Please sign in to comment.