Skip to content

Commit b5448f6

Browse files
authored
chore(CI): 💚 Ensure tests-pass check is always run except on scheduled events (#202)
1 parent 17e4da8 commit b5448f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lib-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
tests-pass: # ref: https://github.com/orgs/community/discussions/4324#discussioncomment-3477871
119119
runs-on: ubuntu-latest
120120
needs: [tests]
121-
if: ${{ github.event_name != 'schedule' }}
121+
if: always() && github.event_name != 'schedule'
122122
steps:
123123
- name: Tests succeeded
124124
if: ${{ !(contains(needs.*.result, 'failure')) }}

0 commit comments

Comments
 (0)