Skip to content

Commit

Permalink
ci: prevent scheduled workflow running in forks
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Sep 30, 2024
1 parent aaae670 commit 2f96730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
sponsors:
if: github.repository == 'joe-bell/cva'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2f96730

Please sign in to comment.