Skip to content

Commit

Permalink
Skip fork check if Workflow was dispatched manually
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll authored and mjlshen committed Sep 4, 2024
1 parent a79eef3 commit 95b6f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aro-hcp-dev-env-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

jobs:
is_running_on_fork:
if: github.event_name != 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- name: Fail if PR submitted from fork
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cs-integration-env-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

jobs:
is_running_on_fork:
if: github.event_name != 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- name: Fail if PR submitted from fork
Expand Down

0 comments on commit 95b6f80

Please sign in to comment.