updated debian_6.yaml

pull/2/head
Hari Sekhon 3 years ago
parent 7c8a1b06aa
commit 91813155bc

@ -27,6 +27,9 @@ on:
schedule:
- cron: '0 7 * * *'
permissions:
contents: read
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
@ -38,4 +41,5 @@ jobs:
uses: HariSekhon/GitHub-Actions/.github/workflows/make.yaml@master
with:
container: debian:6
caches: apt pip cpanm
debug: ${{ github.event.inputs.debug || false }}

Loading…
Cancel
Save