We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cebac56 commit 3750b14Copy full SHA for 3750b14
.github/workflows/test_selfhosted_runner.yml
@@ -10,6 +10,7 @@ jobs:
10
build:
11
name: Dummy test - self hosted GHR
12
runs-on: self-hosted
13
+ if: github.repository == 'espressif/arduino-esp32'
14
steps:
15
- name: Check out repo
16
uses: actions/checkout@v2
0 commit comments