Skip to content

Commit 40dc403

Browse files
committed
changed branch from main to PP-12736-tf-workflow in PR field
1 parent a61273c commit 40dc403

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/terraform-apply.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
pull_request:
33
branches:
4-
- main
4+
- PP-12736-tf-workflow
55
issue_comment:
66
types: [edited, created]
77

@@ -13,7 +13,6 @@ jobs:
1313
name: 'Terraform Apply'
1414
runs-on: self-hosted
1515
if: |
16-
github.event_name == 'issue_comment' &&
1716
github.event.issue.pull_request &&
1817
(contains(github.event.comment.body, '/test') ||
1918
contains(github.event.comment.body, '/rc_test'))

0 commit comments

Comments
 (0)