Skip to content

Commit 99ac7fe

Browse files
committed
CI: change ci-status check to "always"
1 parent 029451e commit 99ac7fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ jobs:
266266
# Job to notify merge queue about success/failure
267267
ci-status:
268268
# Check for 'merge_group' not strictly necessary, but helpful when adding add-hoc `push:` trigger to `on:` for testing branch.
269-
if: always() && github.event_name == 'merge_group'
269+
#if: always() && github.event_name == 'merge_group'
270+
if: always()
270271
needs:
271272
- rustfmt
272273
- clippy

0 commit comments

Comments
 (0)