Skip to content

Commit ce8dfd3

Browse files
authored
Merge pull request hpcc-systems#20706 from Michael-Gardner/HPCC-35439
HPCC-35439 Add concurrency guard to pr-title-check workflows Reviewed-by: Gavin Halliday <gavin.halliday@lexisnexisrisk.com> Merged-by: Gavin Halliday <gavin.halliday@lexisnexisrisk.com>
2 parents ce6422a + 7cf23d2 commit ce8dfd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-title-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
- "master"
1212
- "candidate-*"
1313

14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.ref }}
16+
cancel-in-progress: true
17+
1418
permissions:
1519
contents: read
1620
pull-requests: read

0 commit comments

Comments
 (0)