Skip to content

Commit 2bcce9f

Browse files
authored
Fix CI condition for release job x2 (#1696)
1 parent 0d03450 commit 2bcce9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ jobs:
660660

661661
release:
662662
needs: [test-builds-arch, test-builds-os, build-sdist, check]
663-
if: startsWith(github.ref, 'refs/tags/')
663+
if: always() && startsWith(github.ref, 'refs/tags/')
664664
runs-on: ubuntu-latest
665665

666666
steps:

0 commit comments

Comments
 (0)