Unverified Commit 3750b14d authored by Abdelatif Guettouche's avatar Abdelatif Guettouche Committed by GitHub

Prevent self hosted jobs to run on forks. (#5983)

Signed-off-by: default avatarAbdelatif Guettouche <abdelatif.guettouche@espressif.com>
parent cebac569
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment