Match to naming in failing jobs
This commit is contained in:
parent
05ecf66d9e
commit
5a97fec279
1 changed files with 3 additions and 3 deletions
|
@ -4,12 +4,12 @@ on:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good, REALLY
|
- run: echo All Good, REALLY
|
||||||
test2:
|
deploy:
|
||||||
needs: test
|
needs: build
|
||||||
if: vars.DEPLOY_TEST == 1
|
if: vars.DEPLOY_TEST == 1
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue