From 5a97fec279ff9a41f55111b31ca9da9c7e28bf2b Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Thu, 22 May 2025 17:08:16 -0400 Subject: [PATCH] Match to naming in failing jobs --- .forgejo/workflows/demo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index af16ab6..fd400e4 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -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: