Add needs to build-push job
This commit is contained in:
parent
f9f0123880
commit
d0338f1895
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:
|
||||
|
||||
1
.github/workflows/deploy-production.yaml
vendored
1
.github/workflows/deploy-production.yaml
vendored
@ -30,6 +30,7 @@ jobs:
|
||||
|
||||
build-push:
|
||||
name: Build and Push
|
||||
needs: [setup, test]
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user