We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd20c6 commit 92759ceCopy full SHA for 92759ce
1 file changed
.github/workflows/test.yml
@@ -47,9 +47,7 @@ jobs:
47
# This job does nothing and is only used for the branch protection
48
# or multi-stage CI jobs, like making sure that all tests pass before
49
# a publishing job is started.
50
- if: >-
51
- github.repository_owner == 'pypa'
52
- || github.event_name != 'schedule'
+ if: always()
53
54
needs:
55
- build
0 commit comments