We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172e190 commit 2ae1f76Copy full SHA for 2ae1f76
1 file changed
.github/main.workflow
@@ -1,6 +1,6 @@
1
workflow "build_test_deploy" {
2
on = "push"
3
- resolves = ["build_test","deploy"]
+ resolves = ["deploy"]
4
}
5
6
action "build_test" {
@@ -11,4 +11,5 @@ action "build_test" {
11
action "deploy" {
12
uses = "docker://circleci/python:2.7.15"
13
runs = "./.github/deploy.sh"
14
+ needs = "build_test"
15
0 commit comments