Skip to content

Commit d1ec467

Browse files
committed
ci: fix the match pattern for status checks
1 parent 89a12cd commit d1ec467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
uses: poseidon/wait-for-status-checks@899c768d191b56eef585c18f8558da19e1f3e707 # v0.6.0
177177
with:
178178
token: ${{ secrets.GITHUB_TOKEN }}
179-
match_pattern: "CI*"
179+
match_pattern: "(build|test).*"
180180
ignore_pattern: ".*Check job status.*"
181181

182182
skip-checks:

0 commit comments

Comments
 (0)