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:
|
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: #-----------------------------------------------------------------------
|
||||||
|
|
7
.github/workflows/regenerate-readme.yml
vendored
7
.github/workflows/regenerate-readme.yml
vendored
|
@ -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:
|
||||||
|
|
||||||
|
|
6
.github/workflows/testing.yml
vendored
6
.github/workflows/testing.yml
vendored
|
@ -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: #-----------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue