Skip to content

Commit bf16832

Browse files
authored
Update main.workflow
1 parent e50a833 commit bf16832

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/main.workflow

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
workflow "Test" {
1+
workflow "CI Test Runner" {
2+
resolves = ["CI Test Runner"]
23
on = "push"
3-
resolves = ["Test Runner"]
44
}
55

6-
action "Test Runner" {
6+
action "CI Test Runner" {
77
uses = "./.github/test_runner"
88
secrets = ["GITHUB_TOKEN"]
99
}

0 commit comments

Comments
 (0)