forked from espressif/arduino-esp32
Prevent self hosted jobs to run on forks. (#5983)
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
GitHub
parent
cebac569de
commit
3750b14d74
1
.github/workflows/test_selfhosted_runner.yml
vendored
1
.github/workflows/test_selfhosted_runner.yml
vendored
@ -10,6 +10,7 @@ jobs:
|
||||
build:
|
||||
name: Dummy test - self hosted GHR
|
||||
runs-on: self-hosted
|
||||
if: github.repository == 'espressif/arduino-esp32'
|
||||
steps:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@v2
|
||||
|
Reference in New Issue
Block a user