Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/pr-regression-test-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ permissions:
pull-requests: write

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true # always cancel in-progress
# Use the issue/PR number to differentiate between different PRs
group: "${{ github.workflow }}-${{ github.event.issue.number }}"
cancel-in-progress: true

env:
PYTHONDEVMODE: "1"
Expand Down
Loading