Skip to content

Commit 72ed4ce

Browse files
test
1 parent ee8e1c2 commit 72ed4ce

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ jobs:
124124
if: ${{ needs.changes.outputs.run == 'true' }}
125125
needs: changes
126126
uses: ./.github/workflows/run.yml
127+
secrets:
128+
BENCHPARK_CODECOV_TOKEN: ${{ secrets.BENCHPARK_CODECOV_TOKEN }}
127129
coverage:
128130
if: ${{ needs.changes.outputs.coverage == 'true' }}
129131
needs: changes

.github/workflows/run.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Run Benchpark and Simple Benchmark Suite
22
on:
33
workflow_call:
4+
secrets:
5+
BENCHPARK_CODECOV_TOKEN:
6+
required: true
47
jobs:
58
saxpy:
69
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)