Skip to content

Commit 48655ee

Browse files
committed
Rename workflow
1 parent 573740e commit 48655ee

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Benchmark Tracking
1+
name: Performance
22

33
on:
44
push:
@@ -13,12 +13,12 @@ permissions:
1313
pull-requests: write
1414

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

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

0 commit comments

Comments
 (0)