Skip to content

Commit

Permalink
Make job group name unique (#260)
Browse files Browse the repository at this point in the history
Otherwise it is confused with the ci job
  • Loading branch information
eikek authored Jan 9, 2025
1 parent 229c027 commit dc17bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request_target

concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
group: auto-approve-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit dc17bc7

Please sign in to comment.