diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 5932ca1..785d4af 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -14,8 +14,7 @@ jobs: (github.event.issue.pull_request && !github.event.issue.pull_request.merged_at && contains(github.event.comment.body, 'signed') - ) -|| (github.event.pull_request && !github.event.pull_request.merged) + ) || (github.event.pull_request && !github.event.pull_request.merged) steps: - uses: Shopify/shopify-cla-action@v1 with: