Add a condition to second job
All checks were successful
/ test (push) Successful in 2s
/ test2 (push) Successful in 2s

This commit is contained in:
Chris Thompson 2025-05-22 17:06:12 -04:00
parent 854b85110f
commit 05ecf66d9e

View file

@ -10,6 +10,7 @@ jobs:
- run: echo All Good, REALLY
test2:
needs: test
if: vars.DEPLOY_TEST == 1
runs-on: docker
steps:
- run: echo All Good, REALLY