Skip to content

Commit f50abab

Browse files
committed
gha: prevent from running large tests on forks
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent 3ea5e4f commit f50abab

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)