Add needs to build-push job
This commit is contained in:
1
.github/workflows/deploy-dev.yaml
vendored
1
.github/workflows/deploy-dev.yaml
vendored
@@ -32,6 +32,7 @@ jobs:
|
||||
|
||||
build-push:
|
||||
name: Build and Push
|
||||
needs: [setup, test]
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user