Skip to content

Commit 6ba8999

Browse files
committed
chore: run on staging
1 parent 0b05454 commit 6ba8999

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ jobs:
8888
with:
8989
mode: ${{ matrix.codspeed-mode }}
9090
run: examples/google_benchmark_cmake/build/benchmark_example
91-
token: ${{ secrets.CODSPEED_TOKEN }}
91+
# token: ${{ secrets.CODSPEED_TOKEN }}
92+
upload-url: https://api.staging.preview.codspeed.io/upload
9293

9394
bazel-integration-tests:
9495
strategy:
@@ -126,7 +127,8 @@ jobs:
126127
with:
127128
mode: ${{ matrix.codspeed-mode }}
128129
run: bazel run //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }} --//core:strict_warnings=on
129-
token: ${{ secrets.CODSPEED_TOKEN }}
130+
# token: ${{ secrets.CODSPEED_TOKEN }}
131+
upload-url: https://api.staging.preview.codspeed.io/upload
130132

131133
cmake-build:
132134
strategy:

0 commit comments

Comments
 (0)