Skip to content

Commit 24adb7a

Browse files
authored
Merge branch 'master' into viewless-components
2 parents 1f0fb90 + b5448f6 commit 24adb7a

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)