Skip to content

Commit 6d44c26

Browse files
committed
Update file(s) from wp-cli/.github
1 parent f203cf9 commit 6d44c26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# Cancels all previous workflow runs for the same branch that have not yet completed.
1010
concurrency:
1111
# The concurrency group contains the workflow name and the branch name.
12-
group: ${{ github.workflow }}-${{ github.head_ref }}
12+
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: true
1414

1515
jobs:

.github/workflows/regenerate-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
# Cancels all previous workflow runs for the same branch that have not yet completed.
1313
concurrency:
1414
# The concurrency group contains the workflow name and the branch name.
15-
group: ${{ github.workflow }}-${{ github.head_ref }}
15+
group: ${{ github.workflow }}-${{ github.ref }}
1616
cancel-in-progress: true
1717

1818

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# Cancels all previous workflow runs for the same branch that have not yet completed.
1010
concurrency:
1111
# The concurrency group contains the workflow name and the branch name.
12-
group: ${{ github.workflow }}-${{ github.head_ref }}
12+
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: true
1414

1515
jobs:

0 commit comments

Comments
 (0)