diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index b681c185..5a23c03b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -16,10 +16,12 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true -# needed to allow julia-actions/cache to delete old caches that it has created permissions: + # needed to allow julia-actions/cache to delete old caches that it has created actions: write contents: read + # Needed to post a custom job status when pushing the results to a branch + statuses: write jobs: benchmark: