Skip to content

Commit ab6116b

Browse files
committed
rename again
1 parent 48655ee commit ab6116b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/performance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ permissions:
1313
pull-requests: write
1414

1515
concurrency:
16-
group: regressions-${{ github.event.pull_request.number || github.ref }}
16+
group: check-${{ github.event.pull_request.number || github.ref }}
1717
cancel-in-progress: true
1818

1919
jobs:
20-
regressions:
21-
name: Regressions
20+
check:
21+
name: Check
2222
runs-on: ubuntu-latest-8
2323
timeout-minutes: 180
2424
env:

0 commit comments

Comments
 (0)