Skip to content

Commit

Permalink
Limiting concurrency in CI #2
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jan 25, 2024
1 parent b9d584b commit b49cd05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
concurrency:
group: "factureaza sandbox"
strategy:
max-parallel: 1
matrix:
php: ['8.1', '8.2', '8.3']
enum: ['3', '4']
Expand Down

0 comments on commit b49cd05

Please sign in to comment.