There was an error while loading. Please reload this page.
1 parent 9925d1a commit 888eaadCopy full SHA for 888eaad
1 file changed
.github/workflows/codspeed.yml
@@ -14,6 +14,7 @@ jobs:
14
codspeed-instrumented:
15
name: Run CodSpeed instrumented (${{ matrix.plugin }})
16
runs-on: "ubuntu-latest"
17
+ if: false
18
strategy:
19
fail-fast: false
20
# Shard by plugin so the benchmark groups run in parallel instead of
@@ -64,6 +65,7 @@ jobs:
64
65
codspeed-walltime:
66
name: Run CodSpeed walltime
67
runs-on: "codspeed-macro"
68
69
steps:
70
- uses: "actions/checkout@v4"
71
with:
@@ -128,6 +130,7 @@ jobs:
128
130
electron-e2e:
129
131
name: Run electron inbox e2e
132
runs-on: codspeed-macro
133
134
135
- name: Checkout
136
uses: actions/checkout@v6
0 commit comments