Add a condition to second job
This commit is contained in:
parent
854b85110f
commit
05ecf66d9e
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ jobs:
|
||||||
- run: echo All Good, REALLY
|
- run: echo All Good, REALLY
|
||||||
test2:
|
test2:
|
||||||
needs: test
|
needs: test
|
||||||
|
if: vars.DEPLOY_TEST == 1
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good, REALLY
|
- run: echo All Good, REALLY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue