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 74554f1 commit cd52365Copy full SHA for cd52365
.github/workflows/test.yml
@@ -47,7 +47,9 @@ 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: ${{ github.repository_owner == 'pypa' || github.event_name != 'schedule' }}
+ if: >-
51
+ github.repository_owner == 'pypa'
52
+ || github.event_name != 'schedule'
53
54
needs:
55
- build
0 commit comments