Skip to content

run benchmarks on main branch every day #73

run benchmarks on main branch every day

run benchmarks on main branch every day #73

name: run benchmarks on main branch every day
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # run on default branch every day
jobs:
publish:

Check failure on line 9 in .github/workflows/benchmark-publish.yml

View workflow run for this annotation

GitHub Actions / run benchmarks on main branch every day

Invalid workflow file

The workflow is not valid. .github/workflows/benchmark-publish.yml (Line: 9, Col: 3): Error calling workflow 'MikaelVallenet/gno/.github/workflows/benchmark_template.yml@577c462bbaa1946dfccbacb65fee6e2f5fec2996'. The workflow is requesting 'contents: write, deployments: write', but is only allowed 'contents: read, deployments: none'.
uses: ./.github/workflows/benchmark_template.yml
secrets: inherit
with:
publish: true
test-flags: "-timeout 50m"