Skip to content

Commit dace534

Browse files
authored
Merge pull request #1985 from antmicro/do-not-run-large-tests-on-forks
gha: prevent from running large tests on forks
2 parents 1a1632c + f50abab commit dace534

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/large-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
jobs:
1010

1111
Run-tests:
12+
# Prevents from running on forks where no custom runners are available
13+
if: ${{ github.repository_owner == 'verilog-to-routing' }}
14+
1215
container: ubuntu:bionic
1316

1417
runs-on: [self-hosted, Linux, X64]

0 commit comments

Comments
 (0)