File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 88 pull_request :
99 workflow_dispatch :
1010
11+ # needed to allow julia-actions/cache to delete old caches that it has created
12+ permissions :
13+ actions : write
14+ contents : read
15+
1116concurrency :
1217 # group by workflow and ref; the last slightly strange component ensures that for pull
1318 # requests, we limit to 1 concurrent job, but for the master branch we don't
Original file line number Diff line number Diff line change 88 pull_request :
99 workflow_dispatch :
1010
11+ # needed to allow julia-actions/cache to delete old caches that it has created
12+ permissions :
13+ actions : write
14+ contents : read
15+
1116concurrency :
1217 # group by workflow and ref; the last slightly strange component ensures that for pull
1318 # requests, we limit to 1 concurrent job, but for the master branch we don't
6772 uses : julia-actions/setup-julia@v2
6873 with :
6974 version : ${{ matrix.julia-version }}
75+ - uses : julia-actions/cache@v2
7076 - uses : julia-actions/julia-runtest@v1
7177 with :
7278 depwarn : error
You can’t perform that action at this time.
0 commit comments