Skip to content

Commit f7651ec

Browse files
committed
updated ubuntu_16.04.yaml
1 parent ac808c2 commit f7651ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ubuntu_16.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:16.04
44+
caches: apt pip cpanm
4145
debug: ${{ github.event.inputs.debug || false }}

0 commit comments

Comments
 (0)