Skip to content

Commit de492e3

Browse files
committed
updated ubuntu_20.04.yaml
1 parent 1c11309 commit de492e3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ubuntu_20.04.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ on:
2727
schedule:
2828
- cron: '0 7 * * *'
2929

30+
permissions:
31+
contents: read
32+
3033
concurrency:
3134
group: ${{ github.ref }}-${{ github.workflow }}
3235
cancel-in-progress: true
@@ -38,4 +41,5 @@ jobs:
3841
uses: HariSekhon/GitHub-Actions/.github/workflows/make.yaml@master
3942
with:
4043
container: ubuntu:20.04
44+
caches: apt pip cpanm
4145
debug: ${{ github.event.inputs.debug || false }}

0 commit comments

Comments
 (0)