Skip to content

Commit

Permalink
ignore merge_group in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fritterhoff committed Dec 30, 2023
1 parent 8de60c8 commit 5c88fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.event_name != 'pull_request' && github.actor != 'renovate[bot]'}}
push: ${{ github.event_name != 'pull_request' && github.event_name != 'merge_group' && github.actor != 'renovate[bot]'}}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 5c88fc2

Please sign in to comment.