Skip to content

Commit

Permalink
ci: add web-build to deploy-test workflow's dependencies (#1255)
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
  • Loading branch information
KeisukeYamashita authored Oct 9, 2024
1 parent 4e7f550 commit d1b66c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: deploy-test
on:
workflow_run:
workflows: [server-build, ci-web, worker-build]
workflows: [server-build, ci-web, web-build, worker-build]
types: [completed]
branches: [main]
concurrency:
Expand Down

0 comments on commit d1b66c4

Please sign in to comment.