Skip to content

Commit

Permalink
3.8.Final branch
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Apr 12, 2024
1 parent 11630df commit 64b0b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-container-images-3.8.Final.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
secrets: inherit
with:
commit_id: ${{ github.event.workflow_run.head_commit.id }}
branch: ${{ env.BRANCH }}
branch: ${{ github.event.workflow_run.head_branch }}

deploy-resources-workflow-dispatch:
if: ((github.event_name == 'workflow_dispatch') && (github.repository == 'quarkusio/quarkus-super-heroes')) && ((github.ref_name == '3.8.Final'))
Expand All @@ -323,7 +323,7 @@ jobs:
secrets: inherit
with:
commit_id: ${{ github.sha }}
branch: ${{ env.BRANCH }}
branch: ${{ github.ref_name }}

cleanup-artifacts:
needs:
Expand Down

0 comments on commit 64b0b66

Please sign in to comment.