Skip to content

Commit

Permalink
chore: missed deletion on file save
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Mar 25, 2024
1 parent f866faf commit 595df8b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/reusable_dockerfile_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,6 @@ 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 == 'true'}}
run: exit 0

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

0 comments on commit 595df8b

Please sign in to comment.