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 4be5230 commit 74554f1Copy full SHA for 74554f1
.github/workflows/test.yml
@@ -47,7 +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: always()
+ if: ${{ github.repository_owner == 'pypa' || github.event_name != 'schedule' }}
51
52
needs:
53
- build
.github/workflows/translation.yml
@@ -15,6 +15,7 @@ env:
15
jobs:
16
build:
17
runs-on: ubuntu-latest
18
+ if: $${ github.repository_owner == 'pypa' }}
19
20
steps:
21
- name: Grab the repo src
0 commit comments