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