Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5487334

Browse files
authored
Disable actions on forks
1 parent 4e78c3a commit 5487334

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/bundle.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
bundle-data:
1414
name: Bundle Data
1515
runs-on: ubuntu-latest
16+
if: github.repository == 'pypi-data/pypi-json-data'
1617
steps:
1718
- name: Install tools
1819
shell: bash

.github/workflows/cron.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
release-data:
1111
name: Release Data
1212
runs-on: ubuntu-latest
13+
if: github.repository == 'pypi-data/pypi-json-data'
1314
steps:
1415
- uses: actions/checkout@v3
1516
with:

0 commit comments

Comments
 (0)