Skip to content

Commit

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

0 comments on commit b9d584b

Please sign in to comment.