Skip to content

Commit b9e3e1a

Browse files
committed
Workflow: Fix needs
1 parent 5c1cad6 commit b9e3e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
AZURE_KEY_VAULT: ${{secrets.AZURE_KEY_VAULT_DOCS}}
3131
lighthouseci:
3232
if: github.event.pull_request
33-
needs: call-docs-build-push
33+
needs: deploy-example-site
3434
runs-on: ubuntu-22.04
3535
steps:
3636
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)