File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 publish-dockerhub :
123123 name : Publish Docker image to Dockerhub
124124 runs-on : ubuntu-latest
125- needs : verify-tag
125+ needs : [ verify-tag, publish-crates]
126126 if : ${{ needs.verify-tag.outputs.verification_passed == 'true' }}
127127 permissions :
128128 contents : read
Original file line number Diff line number Diff line change @@ -345,6 +345,8 @@ jobs:
345345 needs : setup-anchor-cli
346346 name : Test Anchor Init
347347 runs-on : ubuntu-latest
348+ # Release PRs bump the version, but the version is obviously not available yet making this test always fail in those scenarios
349+ if : " !startsWith(github.head_ref, 'release/')"
348350 timeout-minutes : 30
349351 strategy :
350352 matrix :
You can’t perform that action at this time.
0 commit comments