From 091e2fd25ff5b2849fd1dfc0b45bba830f84774d Mon Sep 17 00:00:00 2001 From: lollerfirst Date: Tue, 4 Nov 2025 08:46:31 +0100 Subject: [PATCH] "Update Relay Maps" should happen after "Relay Count Tracker" --- .github/workflows/relay-maps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/relay-maps.yml b/.github/workflows/relay-maps.yml index 035ff06..c499364 100644 --- a/.github/workflows/relay-maps.yml +++ b/.github/workflows/relay-maps.yml @@ -3,7 +3,7 @@ name: Update Relay Maps on: # Run after the "Update Relay Data" workflow completes workflow_run: - workflows: ["Update Relay Data"] + workflows: ["Track Relay Count Changes"] types: - completed # Also allow manual triggering