act_runner/actions/testdata/detect_event.workflow

9 lines
137 B
HCL

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