Skip to content

Commit 86b53b4

Browse files
authored
Update github-actions.mdx
1 parent 31834de commit 86b53b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
deploy:
5959
runs-on: ubuntu-latest
6060
timeout-minutes: 60
61-
needs: test
61+
needs: test
6262
steps:
6363
- uses: actions/checkout@v4
6464
- uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)