Skip to content

Commit

Permalink
Merge branch 'sevey/fix-red-x' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Mar 25, 2024
2 parents 9d61382 + b41e050 commit e03131d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable_dockerfile_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ jobs:
# We only want to run when the registry is able to run on PR or if it is a merge event
run: echo "run=${{ matrix.registry.run-on-pr == needs.prepare-env.outputs.build_for_pr || needs.prepare-env.outputs.build_for_merge == 'true'}}" >> "$GITHUB_OUTPUT"

- name: Quit Early
if: ${{ steps.run_check.outputs.run == 'false'}}
run: exit 0

- name: Checkout
if: ${{ steps.run_check.outputs.run == 'true'}}
uses: "actions/checkout@v4"
Expand Down

0 comments on commit e03131d

Please sign in to comment.