Question - Can be used if it is not part of a PR? #393
-
Hello, for example:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, TF-via-PR has been tested to work on non-
It'll run
While TF-via-PR is smart enough to figure out which workflow artifact to retrieve for |
Beta Was this translation helpful? Give feedback.
Yes, TF-via-PR has been tested to work on non-
pull_request
event triggers, such as:issue_comment
merge_group
push
It'll run
plan
orapply
, depending on yourcommand: plan
orcommand: apply
input.command: plan
command: apply
While TF-via-PR is smart enough to figure out which workflow artifact to retrieve for
command: apply
frompull_request
orpush
events (as s…