Skip to content

Commit 192018b

Browse files
committed
Fix: Use highest instead of locked in matrix
1 parent 3d31f53 commit 192018b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/settings.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ branches:
1414
required_approving_review_count: 1
1515
required_status_checks:
1616
checks:
17-
- context: "Backward-Compatibility Analysis (7.4, locked)"
18-
- context: "Code Coverage (7.4, locked)"
19-
- context: "Coding Standards (7.4, locked)"
20-
- context: "Static Code Analysis (7.4, locked)"
17+
- context: "Backward-Compatibility Analysis (7.4, highest)"
18+
- context: "Code Coverage (7.4, highest)"
19+
- context: "Coding Standards (7.4, highest)"
20+
- context: "Static Code Analysis (7.4, highest)"
2121
- context: "Tests (7.1, highest)"
2222
- context: "Tests (7.1, lowest)"
2323
- context: "Tests (7.2, highest)"

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- "7.1"
136136

137137
dependencies:
138-
- "locked"
138+
- "highest"
139139

140140
steps:
141141
- name: "Checkout"

0 commit comments

Comments
 (0)