Skip to content

Commit

Permalink
ci: changes concurrency group name
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Sep 1, 2023
1 parent 0a15c6e commit 3210c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_visual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "**.md"

concurrency:
group: general-${{ github.event.pull_request.number || github.sha }}
group: visual-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 3210c2c

Please sign in to comment.