Skip to content

Commit

Permalink
Remove allowed failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Dec 20, 2023
1 parent 9b7657f commit 5d485aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/create-block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
name: Checks w/Node.js ${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
if: ${{ github.repository == 'WordPress/gutenberg' || github.event_name == 'pull_request' }}
continue-on-error: ${{ matrix.node != '20' }}
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
name: JavaScript (Node.js ${{ matrix.node }})
runs-on: ubuntu-latest
if: ${{ github.repository == 'WordPress/gutenberg' || github.event_name == 'pull_request' }}
continue-on-error: ${{ matrix.node != '20' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 5d485aa

Please sign in to comment.