From 4beca1b5c5d2613d2968aaf5165d95f2543efb08 Mon Sep 17 00:00:00 2001 From: Richard Weston <22933083+riweston@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:20:08 +0000 Subject: [PATCH] ci: Resolve bug with name of dependant job (#51) --- .github/workflows/cd.release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.release.yml b/.github/workflows/cd.release.yml index cdc762b..012ff2a 100644 --- a/.github/workflows/cd.release.yml +++ b/.github/workflows/cd.release.yml @@ -3,7 +3,7 @@ name: "Continuous Deployment: Release" on: workflow_run: - workflows: ["tag"] + workflows: ["Pull Request Tag Creation"] branches: - main types: