Skip to content

Commit bc08fd9

Browse files
authored
Do not run workflows on forks (#2025)
1 parent 4437fdd commit bc08fd9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/github_actions_aws_rhel_python64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
jobs:
1919
do-the-job1:
2020
name: system_test
21+
if: github.repository == 'ni/nimi-python'
2122
runs-on:
2223
- self-hosted
2324
- linux

.github/workflows/github_actions_aws_windows_python32.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
jobs:
2020
do-the-job1:
2121
name: system_test
22+
if: github.repository == 'ni/nimi-python'
2223
runs-on:
2324
- self-hosted
2425
- windows

.github/workflows/github_actions_aws_windows_python64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ on:
3333
jobs:
3434
do-the-job1:
3535
name: system_test
36+
if: github.repository == 'ni/nimi-python'
3637
runs-on:
3738
- self-hosted
3839
- windows

0 commit comments

Comments
 (0)