Skip to content

Commit

Permalink
Disable actions on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
orf authored Mar 7, 2023
1 parent 4e78c3a commit 5487334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
bundle-data:
name: Bundle Data
runs-on: ubuntu-latest
if: github.repository == 'pypi-data/pypi-json-data'
steps:
- name: Install tools
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
release-data:
name: Release Data
runs-on: ubuntu-latest
if: github.repository == 'pypi-data/pypi-json-data'
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 5487334

Please sign in to comment.