Skip to content

Commit

Permalink
Run max 1 job in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Lehtinen committed May 7, 2024
1 parent bafea84 commit 0956377
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
- 'composer.json'
- 'composer.lock'

concurrency:
group: ${{ github.repository }}-jobs
cancel-in-progress: false

jobs:
test:
runs-on: ${{ matrix.os }}
Expand All @@ -23,6 +19,7 @@ jobs:
os: [ubuntu-latest]
php: [8.3, 8.2]
stability: [prefer-lowest, prefer-stable]
max-parallel: 1

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down

0 comments on commit 0956377

Please sign in to comment.