Skip to content

Commit a571e06

Browse files
committed
Disable workflow with nightly tests in forks
1 parent 41b8863 commit a571e06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cron-run-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
test:
2222
name: Test
2323

24+
# disable scheduled workflow to be run in forks
25+
if: github.event.repository.fork == false
26+
2427
runs-on: ${{ matrix.runner }}
2528

2629
defaults:

0 commit comments

Comments
 (0)