Skip to content

Commit 2ae1f76

Browse files
committed
test deploy settings
1 parent 172e190 commit 2ae1f76

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/main.workflow

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
workflow "build_test_deploy" {
22
on = "push"
3-
resolves = ["build_test","deploy"]
3+
resolves = ["deploy"]
44
}
55

66
action "build_test" {
@@ -11,4 +11,5 @@ action "build_test" {
1111
action "deploy" {
1212
uses = "docker://circleci/python:2.7.15"
1313
runs = "./.github/deploy.sh"
14+
needs = "build_test"
1415
}

0 commit comments

Comments
 (0)