Skip to content

Commit

Permalink
Merge pull request #18 from c3g/genpipesV
Browse files Browse the repository at this point in the history
Debug
  • Loading branch information
paulstretenowich authored Oct 29, 2024
2 parents cbedffa + 3b07b28 commit 559a48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

build-and-push-apptainer:
runs-on: ubuntu-latest
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
if: ${{ startsWith(github.ref, 'refs/tags/') }}
steps:
- uses: actions/checkout@v4
- uses: eWaterCycle/setup-apptainer@v2
Expand Down

0 comments on commit 559a48a

Please sign in to comment.