Skip to content

Commit

Permalink
Update build-push-container-images-3.15.Final.yml
Browse files Browse the repository at this point in the history
Constrain workflow to only run in main repo
  • Loading branch information
edeandrea authored Oct 25, 2024
1 parent 1978a65 commit 0389eca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ jobs:

cleanup-artifacts:
needs: deploy-resources
if: always()
if: always() && (github.repository == 'quarkusio/quarkus-super-heroes')
runs-on: ubuntu-latest
steps:
- name: Delete artifacts
Expand Down

0 comments on commit 0389eca

Please sign in to comment.