mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-18 06:11:48 +08:00
Update file(s) from wp-cli/.github
This commit is contained in:
parent
34a83ade37
commit
6490f74334
3 changed files with 19 additions and 0 deletions
6
.github/workflows/code-quality.yml
vendored
6
.github/workflows/code-quality.yml
vendored
|
@ -6,6 +6,12 @@ on:
|
|||
branches:
|
||||
- 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:
|
||||
|
||||
lint: #-----------------------------------------------------------------------
|
||||
|
|
7
.github/workflows/regenerate-readme.yml
vendored
7
.github/workflows/regenerate-readme.yml
vendored
|
@ -9,6 +9,13 @@ on:
|
|||
- 'features/**'
|
||||
- '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:
|
||||
|
||||
regenerate-readme: #----------------------------------------------------------
|
||||
|
|
6
.github/workflows/testing.yml
vendored
6
.github/workflows/testing.yml
vendored
|
@ -6,6 +6,12 @@ on:
|
|||
branches:
|
||||
- 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:
|
||||
|
||||
unit: #-----------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue