We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61273c commit 40dc403Copy full SHA for 40dc403
.github/workflows/terraform-apply.yml
@@ -1,7 +1,7 @@
1
on:
2
pull_request:
3
branches:
4
- - main
+ - PP-12736-tf-workflow
5
issue_comment:
6
types: [edited, created]
7
@@ -13,7 +13,6 @@ jobs:
13
name: 'Terraform Apply'
14
runs-on: self-hosted
15
if: |
16
- github.event_name == 'issue_comment' &&
17
github.event.issue.pull_request &&
18
(contains(github.event.comment.body, '/test') ||
19
contains(github.event.comment.body, '/rc_test'))
0 commit comments