Skip to content

Commit

Permalink
config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfox committed Nov 30, 2023
1 parent 00a211c commit dd2c147
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:

jobs:
test:
if: (github.event_name != 'schedule' || github.repository == 'ylsideas/feature-flags') &&
!(matrix.dependencies != 'stable' && github.event_name == 'scheduled')
if: ${ (github.event_name != 'schedule' || github.repository == 'ylsideas/feature-flags') && !(matrix.dependencies != 'stable' && github.event_name == 'scheduled') }
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -30,7 +29,6 @@ jobs:
- php: 8.2
dependencies: lowest
carbon: ^2.62.1
exclude:

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependencies }} - ${{ matrix.os }}

Expand Down

0 comments on commit dd2c147

Please sign in to comment.