act/actions/testdata/detect_event.workflow
2019-02-15 10:44:36 -06:00

9 lines
No EOL
137 B
HCL

workflow "detect-event" {
on = "pull_request"
resolves = ["build"]
}
action "build" {
uses = "./action1"
args = "echo 'build'"
}