fixing job dependencies
This commit is contained in:
parent
4bac2e44a2
commit
12523ac1bd
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -65,7 +65,8 @@ jobs:
|
|||||||
|
|
||||||
package:
|
package:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build] # for ignoring bad builds
|
name: Package Container
|
||||||
|
needs: [build-web] # for ignoring bad builds
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user