Skip to content

Commit 376cb0d

Browse files
Remove dependency on test job in GitHub Actions deployment (#23995)
1 parent 2516bba commit 376cb0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/docs/workers/ci-cd/external-cicd/github-actions.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
deploy:
5959
runs-on: ubuntu-latest
6060
timeout-minutes: 60
61-
needs: test
6261
steps:
6362
- uses: actions/checkout@v4
6463
- name: Build & Deploy Worker

0 commit comments

Comments
 (0)