Skip to content

SCHEDULE - Automatic builds #6

SCHEDULE - Automatic builds

SCHEDULE - Automatic builds #6

name: "SCHEDULE - Automatic builds"
on:
schedule:
- cron: 1 23 * * 5
jobs:
prepare:
uses: nfrastack/gha/.github/workflows/artifacts-encrypt.yml@main
secrets: inherit
alpine:
needs: prepare
uses: ./.github/workflows/distro_alpine.yml
secrets: inherit
debian:
needs: prepare
uses: ./.github/workflows/distro_debian.yml
secrets: inherit
cleanup:
needs: [alpine, debian]
uses: nfrastack/gha/.github/workflows/artifacts-remove.yml@main
secrets: inherit