We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed96d59 commit 4deb7dbCopy full SHA for 4deb7db
1 file changed
.github/workflows/codspeed.yml
@@ -54,12 +54,10 @@ jobs:
54
uses: CodSpeedHQ/action@v3
55
with:
56
run: just run
57
- token: ${{ secrets.CODSPEED_TOKEN }}
58
- upload-url: https://api.staging.preview.codspeed.io/upload
59
60
benchmarks-walltime:
61
name: Run walltime benchmarks
62
- runs-on: codspeed-macro-staging
+ runs-on: codspeed-macro
63
env:
64
CODSPEED_LOG: debug
65
steps:
@@ -78,5 +76,3 @@ jobs:
78
76
79
77
80
81
82
0 commit comments