Skip to content

Commit d47f57d

Browse files
authored
Merge pull request #2060 from IntelPython/disable-nightly-workflow-in-forks
Disable scheduled workflow to be run in fork repos
2 parents 8dcc44f + c487b92 commit d47f57d

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)