We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e4da8 commit b5448f6Copy full SHA for b5448f6
.github/workflows/lib-checks.yml
@@ -118,7 +118,7 @@ jobs:
118
tests-pass: # ref: https://github.com/orgs/community/discussions/4324#discussioncomment-3477871
119
runs-on: ubuntu-latest
120
needs: [tests]
121
- if: ${{ github.event_name != 'schedule' }}
+ if: always() && github.event_name != 'schedule'
122
steps:
123
- name: Tests succeeded
124
if: ${{ !(contains(needs.*.result, 'failure')) }}
0 commit comments