Skip to content

Commit

Permalink
fix: do not run scheduled in forked repos (coreruleset#3920)
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <[email protected]>
  • Loading branch information
fzipi authored Nov 2, 2024
1 parent db3fe8e commit 6adf3ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
nightly:
name: Nightly Release
runs-on: ubuntu-latest
if: github.repository_owner == 'coreruleset' # do not run for forks
steps:
- name: Check GH API rate limits
run: |
Expand Down

0 comments on commit 6adf3ce

Please sign in to comment.