We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116710e commit 62e8679Copy full SHA for 62e8679
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
exclude:
31
- node_version: ${{ (github.event.action == 'labeled' || github.event.action == 'ready_for_review') && 18 }}
32
- node_version: ${{ (github.event.action == 'labeled' || github.event.action == 'ready_for_review') && 20 }}
33
- - node_version: ${{ (!contains(github.event.pull_request.labels.*.name, 'cr-tracked') || contains(github.event.pull_request.labels.*.name, 'spam') || contains(github.event.pull_request.labels.*.name, 'invalid')) && 22 }}
+ - node_version: ${{ (github.event.action == 'labeled' || github.event.action == 'ready_for_review') && (!contains(github.event.pull_request.labels.*.name, 'cr-tracked') || contains(github.event.pull_request.labels.*.name, 'spam') || contains(github.event.pull_request.labels.*.name, 'invalid')) && 22 }}
34
35
steps:
36
- name: Checkout
0 commit comments