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
|
||||
|
||||
jobs:
|
||||
test:
|
||||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good, REALLY
|
||||
test2:
|
||||
needs: test
|
||||
deploy:
|
||||
needs: build
|
||||
if: vars.DEPLOY_TEST == 1
|
||||
runs-on: docker
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue