Match to naming in failing jobs
All checks were successful
/ build (push) Successful in 2s
/ deploy (push) Successful in 2s

This commit is contained in:
Chris Thompson 2025-05-22 17:08:16 -04:00
parent 05ecf66d9e
commit 5a97fec279

View file

@ -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: