Skip to content

Commit c7c50da

Browse files
committed
Update push.yml
1 parent 4c04995 commit c7c50da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ jobs:
6060
deploy:
6161
name: Deploy build
6262
runs-on: ubuntu-latest
63-
needs:
64-
check
65-
build
63+
needs: [check, build]
6664
steps:
6765
- uses: actions/checkout@v3
6866
- shell: bash

0 commit comments

Comments
 (0)