Skip to content

Commit c487b92

Browse files
committed
Disable scheduled workflow to be run in fork repos
1 parent 8dcc44f commit c487b92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests-from-dppy-bits.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ env:
1919

2020
jobs:
2121
test_linux:
22+
# disable scheduled workflow to be run in forks
23+
if: github.event.repository.fork == false
24+
2225
runs-on: ${{ matrix.runner }}
2326
timeout-minutes: 45
2427

0 commit comments

Comments
 (0)