Skip to content

Commit c69e9f5

Browse files
authored
ci: remove concurrency from bench (#102)
1 parent e96ede5 commit c69e9f5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/bench.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
on:
44
pull_request:
5-
# TODO: Disabled temporarily for https://github.com/CodSpeedHQ/runner/issues/55
6-
# merge_group:
75
push:
86
branches: [main]
97

@@ -12,10 +10,6 @@ env:
1210
BASELINE: base
1311
SEED: alloy-trie
1412

15-
concurrency:
16-
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
17-
cancel-in-progress: true
18-
1913
name: bench
2014
jobs:
2115
codspeed:

0 commit comments

Comments
 (0)