Skip to content

Commit 3750b14

Browse files
authored
Prevent self hosted jobs to run on forks. (#5983)
Signed-off-by: Abdelatif Guettouche <[email protected]>
1 parent cebac56 commit 3750b14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/test_selfhosted_runner.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
build:
1111
name: Dummy test - self hosted GHR
1212
runs-on: self-hosted
13+
if: github.repository == 'espressif/arduino-esp32'
1314
steps:
1415
- name: Check out repo
1516
uses: actions/checkout@v2

0 commit comments

Comments
 (0)