We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8dcc44f + c487b92 commit d47f57dCopy full SHA for d47f57d
1 file changed
.github/workflows/run-tests-from-dppy-bits.yaml
@@ -19,6 +19,9 @@ env:
19
20
jobs:
21
test_linux:
22
+ # disable scheduled workflow to be run in forks
23
+ if: github.event.repository.fork == false
24
+
25
runs-on: ${{ matrix.runner }}
26
timeout-minutes: 45
27
0 commit comments