Skip to content

Commit 74f7a37

Browse files
authored
CI: Don't run scheduled job on forks (#12387)
1 parent 1d05bb8 commit 74f7a37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-aws-ip-ranges.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ env:
2626
jobs:
2727
run:
2828
runs-on: ubuntu-latest
29+
if: ${{ github.repository_owner == 'rust-lang' }}
2930
steps:
3031
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
3132
id: app-token

0 commit comments

Comments
 (0)