Skip to content

Commit

Permalink
Skip full approval job on condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Davidson committed May 3, 2023
1 parent 2fe7d23 commit 9b032c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- name: Await manual approval for run
run: echo For security reasons, all pull requests need to be approved first before running any automated CI.
if: github.repository != 'stackhpc/azimuth-config'
if: github.repository != 'stackhpc/azimuth-config'

deploy_demo_env:
uses: ./.github/workflows/demo-deploy.yml
Expand Down

0 comments on commit 9b032c1

Please sign in to comment.