Skip to content

Commit a6c2b8c

Browse files
committed
Add concurrency settings to on-failure job in copilot-test-tools.yml
1 parent 0a1a0a6 commit a6c2b8c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/copilot-test-tools.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
on-failure:
99
runs-on: ubuntu-latest
1010
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
11+
concurrency:
12+
group: 'copilot-test-tools'
13+
cancel-in-progress: true
1114
steps:
1215
- uses: actions/checkout@v5
1316
- run: npm install -g @github/copilot

0 commit comments

Comments
 (0)