File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 77 - ' src/**'
88 - ' tests/**'
99 - ' .github/workflows/emulator-tests.yml'
10+ - ' composer.json'
1011 - ' phpstan.neon.dist'
1112 push :
1213 branches : ['8.x']
2122permissions :
2223 contents : read
2324
25+ concurrency :
26+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
27+ cancel-in-progress : true
28+
2429jobs :
2530 emulator-tests :
2631 name : Emulator Tests
Original file line number Diff line number Diff line change 77 - ' src/**'
88 - ' tests/**'
99 - ' .github/workflows/integration-tests.yml'
10+ - ' composer.json'
1011 - ' phpstan.neon.dist'
1112 push :
1213 branches : ['8.x']
2122permissions :
2223 contents : read
2324
25+ concurrency :
26+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
27+ cancel-in-progress : true
28+
2429jobs :
2530 integration-tests :
2631 name : Integration Tests
You can’t perform that action at this time.
0 commit comments