Skip to content

Commit a61273c

Browse files
committed
fixed condition syntax
1 parent e405dbc commit a61273c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform-apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: self-hosted
1515
if: |
1616
github.event_name == 'issue_comment' &&
17-
github.event.issue.pull_request != null &&
17+
github.event.issue.pull_request &&
1818
(contains(github.event.comment.body, '/test') ||
1919
contains(github.event.comment.body, '/rc_test'))
2020

0 commit comments

Comments
 (0)