Skip to content

Commit 1828320

Browse files
committed
Allow multiple PRs to work at the same time. But cancel within the same PR
1 parent 7cda751 commit 1828320

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/verify-test-generation-prompts.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ on:
44
pull_request:
55
paths:
66
- "shiny/pytest/_generate/**"
7+
workflow_dispatch:
78

89
concurrency:
9-
group: ${{ github.workflow }}
10+
group: "prompt-test-generation-${{ github.event.pull_request.number || 'dispatch' }}"
1011
cancel-in-progress: true
1112

1213
env:

0 commit comments

Comments
 (0)