Skip to content

Commit cd52365

Browse files
jeanaswebknjaz
andauthored
Update .github/workflows/test.yml
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
1 parent 74554f1 commit cd52365

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
# This job does nothing and is only used for the branch protection
4848
# or multi-stage CI jobs, like making sure that all tests pass before
4949
# a publishing job is started.
50-
if: ${{ github.repository_owner == 'pypa' || github.event_name != 'schedule' }}
50+
if: >-
51+
github.repository_owner == 'pypa'
52+
|| github.event_name != 'schedule'
5153
5254
needs:
5355
- build

0 commit comments

Comments
 (0)