"Update Relay Maps" should happen after "Relay Count Tracker"

This commit is contained in:
lollerfirst
2025-11-04 08:46:31 +01:00
parent 1b8a2c5aec
commit 091e2fd25f
+1 -1
View File
@@ -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