Skip to content

Commit 888eaad

Browse files
committed
chore: disable other CI jobs
1 parent 9925d1a commit 888eaad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
codspeed-instrumented:
1515
name: Run CodSpeed instrumented (${{ matrix.plugin }})
1616
runs-on: "ubuntu-latest"
17+
if: false
1718
strategy:
1819
fail-fast: false
1920
# Shard by plugin so the benchmark groups run in parallel instead of
@@ -64,6 +65,7 @@ jobs:
6465
codspeed-walltime:
6566
name: Run CodSpeed walltime
6667
runs-on: "codspeed-macro"
68+
if: false
6769
steps:
6870
- uses: "actions/checkout@v4"
6971
with:
@@ -128,6 +130,7 @@ jobs:
128130
electron-e2e:
129131
name: Run electron inbox e2e
130132
runs-on: codspeed-macro
133+
if: false
131134
steps:
132135
- name: Checkout
133136
uses: actions/checkout@v6

0 commit comments

Comments
 (0)