Skip to content

Commit c72ca3f

Browse files
committed
[nrf noup] Disable some workflows for upmerge PRs
* Disable `Backwards compatibility check` * Disable `Check for changes to data_model directory without a sha update` Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent a3a8615 commit c72ca3f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/check-data-model-directory-updates.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Check for changes to data_model directory without a sha update
1616

1717
on:
1818
pull_request:
19+
branches:
20+
- '!upmerge-*'
1921
paths:
2022
- "data_model/**"
2123

.github/workflows/protocol_compatibility.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
name: Backwards compatibility check
1616
on:
1717
pull_request:
18+
branches:
19+
- '!upmerge-*'
1820
paths:
1921
- "src/controller/data_model/controller-clusters.matter"
2022

0 commit comments

Comments
 (0)