don't run tests for node 18, 20 on label change

pull/4062/head
Divyansh Singh 1 year ago
parent 0543963a0f
commit 13ed3fb09d

@ -27,6 +27,9 @@ jobs:
strategy:
matrix:
node_version: [18, 20, 22]
exclude:
- node_version: ${{ github.event.action == 'labeled' && 18 }}
- node_version: ${{ github.event.action == 'labeled' && 20 }}
steps:
- name: Checkout

Loading…
Cancel
Save