Skip to content

Commit 2f96730

Browse files
committed
ci: prevent scheduled workflow running in forks
1 parent aaae670 commit 2f96730

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scheduled.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
sponsors:
12+
if: github.repository == 'joe-bell/cva'
1213
runs-on: ubuntu-latest
1314
steps:
1415
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)