Skip to content

Commit

Permalink
[nrf noup] Disable some workflows for upmerge PRs
Browse files Browse the repository at this point in the history
* Disable `Backwards compatibility check`
* Disable `Check for changes to data_model directory without a sha
update`

Signed-off-by: Adrian Gielniewski <[email protected]>
  • Loading branch information
adigie committed Nov 28, 2024
1 parent ddcf750 commit 7f6cef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-data-model-directory-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Check for changes to data_model directory without a sha update

on:
pull_request:
branches:
- '!upmerge-*'
paths:
- "data_model/**"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/protocol_compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
name: Backwards compatibility check
on:
pull_request:
branches:
- '!upmerge-*'
paths:
- "src/controller/data_model/controller-clusters.matter"

Expand Down

0 comments on commit 7f6cef8

Please sign in to comment.