Skip to content

Commit d4ba70c

Browse files
committed
experimental tests should not block known quantities
1 parent c060620 commit d4ba70c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414
main:
1515
# ignore all-contributors PRs
1616
if: ${{ !contains(github.head_ref, 'all-contributors') }}
17+
continue-on-error: ${{ contains(matrix.react, 'next') }}
1718
strategy:
1819
matrix:
1920
node: [12.13, 12, 14, 16]
2021
react: [16.9.0, ^16, ^17, next]
22+
2123
runs-on: ubuntu-latest
2224
steps:
2325
- name: 🛑 Cancel Previous Runs

0 commit comments

Comments
 (0)