Skip to content

Commit

Permalink
fix(ci): add comment trigger filter for regression workflow concurren…
Browse files Browse the repository at this point in the history
…cy group (#18408)
  • Loading branch information
neuronull authored Aug 28, 2023
1 parent f8d073e commit ff6e888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.event.merge_group.head_sha || github.sha }}
group: ${{ github.workflow }}-${{ github.event.comment.html_url || github.event.merge_group.head_sha || github.sha }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit ff6e888

Please sign in to comment.