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

Continous Release

Continous Release #34

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
concurrency: release
jobs:
release_wrkflw:
name: Do release
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/release_ci.yml@v2.2
secrets: inherit
with:
cloud: gcp
validate_max_parallel: 20
test_max_parallel: 5
fail_fast: false
terratest_action: Idempotence # keep in mind that this has to start with capital letter