Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e78c3a commit 5487334Copy full SHA for 5487334
.github/workflows/bundle.yml
@@ -13,6 +13,7 @@ jobs:
13
bundle-data:
14
name: Bundle Data
15
runs-on: ubuntu-latest
16
+ if: github.repository == 'pypi-data/pypi-json-data'
17
steps:
18
- name: Install tools
19
shell: bash
.github/workflows/cron.yml
@@ -10,6 +10,7 @@ jobs:
10
release-data:
11
name: Release Data
12
- uses: actions/checkout@v3
with:
0 commit comments