Skip to content

Commit

Permalink
Remove exit early "if tag and not from release workflow"
Browse files Browse the repository at this point in the history
  • Loading branch information
mre authored Jan 6, 2025
1 parent fc006bd commit a94a712
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
github.actor != 'dependabot[bot]' &&
( github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login == github.event.pull_request.base.repo.owner.login )
steps:
# If we got triggered with a new tag and it was not through a
# workflow_run, then stop here and let the release workflow handle it.
- name: Exit early if tag and not from release workflow
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
run: exit 0

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit a94a712

Please sign in to comment.