Skip to content

Commit

Permalink
Remove this check as it's the only other suspect
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Jun 6, 2024
1 parent 32632d1 commit e10b60b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
# https://stackoverflow.com/a/68940067
jobs:
buildtests:
if : ${{ github.event.label.name == 'compile-tests' }} || ${{ github.event.label.name == 'all-tests' }} || ${{ github.event_name == 'push' }}
if : ${{ github.event.label.name == 'compile-tests' }} || ${{ github.event.label.name == 'all-tests' }}
strategy:
max-parallel: 4
fail-fast: false
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:


realtests:
if : ${{ github.event.label.name == 'em_real-tests' }} || ${{ github.event.label.name == 'all-tests' }} || ${{ github.event_name == 'push' }}
if : ${{ github.event.label.name == 'em_real-tests' }} || ${{ github.event.label.name == 'all-tests' }}
strategy:
max-parallel: 4
fail-fast: false
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:


idealtests:
if : ${{ github.event.label.name == 'em_ideal-tests' }} || ${{ github.event.label.name == 'all-tests' }} || ${{ github.event_name == 'push' }}
if : ${{ github.event.label.name == 'em_ideal-tests' }} || ${{ github.event.label.name == 'all-tests' }}
strategy:
max-parallel: 4
fail-fast: false
Expand Down

0 comments on commit e10b60b

Please sign in to comment.