We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48655ee commit ab6116bCopy full SHA for ab6116b
1 file changed
.github/workflows/performance.yml
@@ -13,12 +13,12 @@ permissions:
13
pull-requests: write
14
15
concurrency:
16
- group: regressions-${{ github.event.pull_request.number || github.ref }}
+ group: check-${{ github.event.pull_request.number || github.ref }}
17
cancel-in-progress: true
18
19
jobs:
20
- regressions:
21
- name: Regressions
+ check:
+ name: Check
22
runs-on: ubuntu-latest-8
23
timeout-minutes: 180
24
env:
0 commit comments