Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Continous Release

Continous Release #12

Workflow file for this run

name: Release CI
run-name: "Continous Release"
permissions:
contents: write
issues: read
id-token: write
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * 4' # this means every Thursday @1am UTC
jobs:
release_wrkflw:
name: Do release
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/release_ci.yml@v1.3.0
if: github.actor != 'dependabot[bot]'
secrets: inherit
with:
cloud: gcp
max_parallel: 10
do_apply: false
fail_fast: false
apply_timeout: 120