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.
status: write
1 parent 523f3e5 commit eae413aCopy full SHA for eae413a
.github/workflows/benchmark.yml
@@ -16,10 +16,12 @@ concurrency:
16
group: ${{ github.workflow }}-${{ github.ref }}
17
cancel-in-progress: true
18
19
-# needed to allow julia-actions/cache to delete old caches that it has created
20
permissions:
+ # needed to allow julia-actions/cache to delete old caches that it has created
21
actions: write
22
contents: read
23
+ # Needed to post a custom job status when pushing the results to a branch
24
+ statuses: write
25
26
jobs:
27
benchmark:
0 commit comments