sample/.forgejo/workflows/demo.yml
Chris Thompson 5a97fec279
All checks were successful
/ build (push) Successful in 2s
/ deploy (push) Successful in 2s
Match to naming in failing jobs
2025-05-22 17:08:16 -04:00

16 lines
244 B
YAML

on:
push:
branches:
- main
jobs:
build:
runs-on: docker
steps:
- run: echo All Good, REALLY
deploy:
needs: build
if: vars.DEPLOY_TEST == 1
runs-on: docker
steps:
- run: echo All Good, REALLY