Skip to content

Commit 74e1488

Browse files
committed
test
1 parent 406cb70 commit 74e1488

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/validate.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ on:
77
jobs:
88
validate:
99
runs-on: ubuntu-latest
10-
if: github.event.issue.pull_request && (contains(github.event.comment.body, '/quick-validation') || contains(github.event.comment.body, '/full-validation'))
10+
if: >
11+
github.event.issue.pull_request &&
12+
(
13+
contains(github.event.comment.body, '/quick-validation') ||
14+
contains(github.event.comment.body, '/full-validation')
15+
)
1116
steps:
1217
- name: Checkout
1318
uses: actions/checkout@v3

0 commit comments

Comments
 (0)