Skip to content

Commit 58dccf7

Browse files
Update ci.yml to remove depricated check depenency
1 parent 363b5ab commit 58dccf7

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
@@ -24,7 +24,7 @@ jobs:
2424

2525
docs:
2626
needs: test
27-
if: always() && needs.check.outputs.branch-pr == ''
27+
if: always()
2828
uses: ./.github/workflows/_docs.yml
2929
with:
3030
publish: ${{needs.test.result == 'success'}}

0 commit comments

Comments
 (0)