Skip to content

Commit 715e8ce

Browse files
committed
wip: try with only staging
1 parent cc804dc commit 715e8ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
strategy:
4848
matrix:
4949
target: [example, example/compat, example/timing, example/very/nested/module, example/external]
50-
mode: [walltime, memory]
50+
mode: [walltime] # , memory]
5151
include:
5252
- mode: walltime
5353
runner: codspeed-macro
54-
- mode: memory
55-
runner: ubuntu-latest
54+
# - mode: memory
55+
# runner: ubuntu-latest
5656
runs-on: ${{ matrix.runner }}
5757
steps:
5858
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)