From 82fc29818851a9893d012380869fb9eb5c565e03 Mon Sep 17 00:00:00 2001 From: chee Date: Wed, 20 Feb 2019 11:43:46 +0000 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }