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 ee8e1c2 commit 72ed4ceCopy full SHA for 72ed4ce
.github/workflows/ci.yml
@@ -124,6 +124,8 @@ jobs:
124
if: ${{ needs.changes.outputs.run == 'true' }}
125
needs: changes
126
uses: ./.github/workflows/run.yml
127
+ secrets:
128
+ BENCHPARK_CODECOV_TOKEN: ${{ secrets.BENCHPARK_CODECOV_TOKEN }}
129
coverage:
130
if: ${{ needs.changes.outputs.coverage == 'true' }}
131
.github/workflows/run.yml
@@ -1,6 +1,9 @@
1
name: Run Benchpark and Simple Benchmark Suite
2
on:
3
workflow_call:
4
5
+ BENCHPARK_CODECOV_TOKEN:
6
+ required: true
7
jobs:
8
saxpy:
9
runs-on: ubuntu-24.04
0 commit comments