Skip to content

Commit

Permalink
ci: fix buildx step for dependabots prs
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Dec 22, 2024
1 parent 52154f4 commit a7f2ab6
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 a7f2ab6

Please sign in to comment.