Skip to content

Remove permissions for benchmark-linux as well #63

Remove permissions for benchmark-linux as well

Remove permissions for benchmark-linux as well #63

Workflow file for this run

name: facebook/rocksdb/benchmark-linux

Check failure on line 1 in .github/workflows/benchmark-linux.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/benchmark-linux.yml

Invalid workflow file

`schedule` accepts a list of one or more maps with the `cron` key set
permissions: {}
on:
schedule:
# FIXME: Disabled temporarily
# - cron: 7 */2 * * * # At minute 7 past every 2nd hour
jobs:
benchmark-linux:
if: ${{ github.repository_owner == 'facebook' }}
runs-on: self-hosted
steps:
- uses: actions/[email protected]
- uses: "./.github/actions/build-for-benchmarks"
- uses: "./.github/actions/perform-benchmarks"
- uses: "./.github/actions/post-benchmarks"