Skip to content

Commit

Permalink
Merge pull request #33 from cacoco/makesure
Browse files Browse the repository at this point in the history
[release] should not need if guards
  • Loading branch information
cacoco authored Feb 6, 2024
2 parents 783adec + 737f29c commit 26b19a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
codemeta-update-tag:
runs-on: ubuntu-latest
needs: [codemeta-update-main]
if: ${{ always() && needs.*.result != 'failure' }}
steps:
- uses: actions/checkout@v4
- name: Import GPG key
Expand Down Expand Up @@ -89,7 +88,6 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
needs: [codemeta-update-tag]
if: ${{ always() && needs.*.result != 'failure' }}
steps:
- uses: actions/checkout@v4
- name: Import GPG key
Expand Down

0 comments on commit 26b19a8

Please sign in to comment.