Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/all-6c51e4eaa6
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr authored Dec 22, 2024
2 parents 1b17e55 + a7f2ab6 commit 6478f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: ./.github/workflows/_gorelease.yml
call-buildx:
needs: call-gorelease
if: ${{ startsWith(github.head_ref, 'dependabot/') }}
if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
uses: ./.github/workflows/_buildx.yml
call-buildx-alpine:
needs: call-gorelease
Expand Down

0 comments on commit 6478f80

Please sign in to comment.