Skip to content

Commit 4599d14

Browse files
Update documentation for .github/workflows/phpunit-tests.yml
1 parent eaac534 commit 4599d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pull_request:
1111
branches: [ develop ]
1212

13-
# Cancel any in-progress runs of a workflow/branch if a new run is triggered,
13+
# Cancel any in-progress runs of a workflow, per branch, if a new run is triggered,
1414
concurrency:
1515
group: ${{ github.workflow }}-${{ github.ref }}
1616
cancel-in-progress: true

0 commit comments

Comments
 (0)