Skip to content

Commit acb8f6d

Browse files
committed
Add always() to docs conditional
1 parent 82acbe5 commit acb8f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
docs:
2929
needs: [check, test]
30-
if: needs.check.outputs.branch-pr == ''
30+
if: always() && needs.check.outputs.branch-pr == ''
3131
uses: ./.github/workflows/_docs.yml
3232
with:
3333
publish: ${{needs.test.result == 'success'}}

0 commit comments

Comments
 (0)