Skip to content

Commit d3d463d

Browse files
authored
Merge pull request #28 from Shopify/ec-dummy
Fix GH action mistake
2 parents 1ba96b0 + cff6131 commit d3d463d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
(github.event.issue.pull_request
1515
&& !github.event.issue.pull_request.merged_at
1616
&& contains(github.event.comment.body, 'signed')
17-
)
18-
|| (github.event.pull_request && !github.event.pull_request.merged)
17+
) || (github.event.pull_request && !github.event.pull_request.merged)
1918
steps:
2019
- uses: Shopify/shopify-cla-action@v1
2120
with:

0 commit comments

Comments
 (0)