Skip to content

Commit

Permalink
Do not run workflows on forks (#2025)
Browse files Browse the repository at this point in the history
  • Loading branch information
ni-jfitzger authored Sep 27, 2023
1 parent 4437fdd commit bc08fd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github_actions_aws_rhel_python64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
jobs:
do-the-job1:
name: system_test
if: github.repository == 'ni/nimi-python'
runs-on:
- self-hosted
- linux
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/github_actions_aws_windows_python32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
jobs:
do-the-job1:
name: system_test
if: github.repository == 'ni/nimi-python'
runs-on:
- self-hosted
- windows
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/github_actions_aws_windows_python64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ on:
jobs:
do-the-job1:
name: system_test
if: github.repository == 'ni/nimi-python'
runs-on:
- self-hosted
- windows
Expand Down

0 comments on commit bc08fd9

Please sign in to comment.