Skip to content

Commit 01d0562

Browse files
committed
Restruct pages update to releases and deploys
1 parent f2ca652 commit 01d0562

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ jobs:
116116
needs:
117117
- release
118118
- push-to-registries
119-
- checks
120-
if: ${{ always() && !(contains(needs.*.result, 'failure')) && ((needs.checks.result == 'success' && needs.checks.outputs.doc-updated == 'true') || (needs.release.result == 'success' && needs.push-to-registries.result == 'success')) }}
121119
concurrency: github-pages
122120
steps:
123121
- name: Check out the repo

0 commit comments

Comments
 (0)