Update file(s) from wp-cli/.github

This commit is contained in:
schlessera 2021-10-13 08:05:23 +00:00
parent 34a83ade37
commit 6490f74334
3 changed files with 19 additions and 0 deletions

View file

@ -6,6 +6,12 @@ on:
branches: branches:
- master - master
# Cancels all previous workflow runs for the same branch that have not yet completed.
concurrency:
# The concurrency group contains the workflow name and the branch name.
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs: jobs:
lint: #----------------------------------------------------------------------- lint: #-----------------------------------------------------------------------

View file

@ -8,6 +8,13 @@ on:
paths-ignore: paths-ignore:
- 'features/**' - 'features/**'
- 'README.md' - 'README.md'
# Cancels all previous workflow runs for the same branch that have not yet completed.
concurrency:
# The concurrency group contains the workflow name and the branch name.
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs: jobs:

View file

@ -6,6 +6,12 @@ on:
branches: branches:
- master - master
# Cancels all previous workflow runs for the same branch that have not yet completed.
concurrency:
# The concurrency group contains the workflow name and the branch name.
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs: jobs:
unit: #----------------------------------------------------------------------- unit: #-----------------------------------------------------------------------