diff --git a/.github/main.workflow b/.github/main.workflow index 1100923..a835b43 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -16,7 +16,7 @@ action "Run tests" { # Filter for a new tag action "tag-only filter" { - needs = "Test" + needs = "Run tests" uses = "actions/bin/filter@master" args = "tag" }