Skip to content

Commit 92759ce

Browse files
committed
Revert "Merge pull request #1436 from jeanas/gh-ci"
This partially reverts commit 9cd20c6, reversing changes made to 45c22c2.
1 parent 9cd20c6 commit 92759ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ 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: >-
51-
github.repository_owner == 'pypa'
52-
|| github.event_name != 'schedule'
50+
if: always()
5351

5452
needs:
5553
- build

0 commit comments

Comments
 (0)