Skip to content

Commit

Permalink
Skip steps if image exist
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 28, 2024
1 parent dc14758 commit f5545ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ jobs:
- name: Checkout repository
if: ${{ env.EC }} == 0
if: ${{ env.EC }} != 0
uses: actions/checkout@v4
with:
submodules: recursive
ref: ${{ github.ref_name }}

- name: build ci image
if: ${{ env.EC }} == 0
if: ${{ env.EC }} != 0
uses: docker/build-push-action@v6
with:
push: true
Expand Down

0 comments on commit f5545ca

Please sign in to comment.