Skip to content

Commit 7777fc3

Browse files
committed
ci: fix invalid workflow job name
1 parent 7676244 commit 7777fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
deploy-example-web:
4141
runs-on: ubuntu-latest
42-
needs: build
42+
needs: build_and_test
4343

4444
steps:
4545
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)