Skip to content

Commit

Permalink
Change condition
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 28, 2024
1 parent f5545ca commit 73eadb7
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 == 254 }}
uses: actions/checkout@v4
with:
submodules: recursive
ref: ${{ github.ref_name }}

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

0 comments on commit 73eadb7

Please sign in to comment.