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.
1 parent 423f1e9 commit 4994b27Copy full SHA for 4994b27
.github/workflows/CI.yml
@@ -11,6 +11,12 @@ concurrency:
11
# Cancel intermediate builds: only if it is a pull request build.
12
group: ${{ github.workflow }}-${{ github.ref }}
13
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
14
+
15
+# needed to allow julia-actions/cache to delete old caches that it has created
16
+permissions:
17
+ actions: write
18
+ contents: read
19
20
jobs:
21
test:
22
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
0 commit comments