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

CI pipeline for PR - (#228) refactor(examples/autoscale): Autoscale example refactor #91

CI pipeline for PR - (#228) refactor(examples/autoscale): Autoscale example refactor

CI pipeline for PR - (#228) refactor(examples/autoscale): Autoscale example refactor #91

Workflow file for this run

name: PR CI
run-name: "CI pipeline for PR - (#${{ github.event.number }}) ${{ github.event.pull_request.title }}"
permissions:
contents: read
actions: read
id-token: write
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches: ['main']
jobs:
pr_ci_wrkflw:
name: Run CI
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/pr_ci.yml@v2.2
if: github.actor != 'dependabot[bot]'
secrets: inherit
with:
cloud: gcp
tf_version: 1.3 1.4 1.5
validate_max_parallel: 20
test_max_parallel: 10
fail_fast: false
terratest_action: Plan # keep in mind that this has to start with capital letter