Skip to content

Commit

Permalink
Update tests-unit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Dec 18, 2021
1 parent 6999892 commit 510b364
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ on:
jobs:
build:
name: Core Unit Tests node-${{ matrix.node_version }}, ${{ matrix.os }}
if: |
${{ github.event.label.name == 'ci:matrix' }}
if: ${{ github.event.label.name == 'ci:matrix' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 510b364

Please sign in to comment.