Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3750b14

Browse filesBrowse files
authored
Prevent self hosted jobs to run on forks. (espressif#5983)
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
1 parent cebac56 commit 3750b14
Copy full SHA for 3750b14

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎.github/workflows/test_selfhosted_runner.yml

Copy file name to clipboardExpand all lines: .github/workflows/test_selfhosted_runner.yml
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.