Skip to content

Commit

Permalink
Limit amount of test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed Nov 30, 2023
1 parent fce6148 commit 385421c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@ name: CI

on:
push:
branches:
- master
pull_request:

# See https://stackoverflow.com/a/72408109
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
php-cs-fixer:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 385421c

Please sign in to comment.