Skip to content

CI pipeline for PR - (#1) chore: rename vmseries -> swfw #5

CI pipeline for PR - (#1) chore: rename vmseries -> swfw

CI pipeline for PR - (#1) chore: rename vmseries -> swfw #5

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
concurrency:
group: pr-${{ github.event.number }}
cancel-in-progress: true
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches: ["main"]
jobs:
pr_ci_wrkflw:
name: Run CI
uses: PaloAltoNetworks/terraform-modules-swfw-ci-workflows/.github/workflows/[email protected]
secrets: inherit
if: github.actor != 'dependabot[bot]'
with:
cloud: azure
tf_version: 1.2 1.3 1.4 1.5 1.6
validate_max_parallel: 20
test_max_parallel: 10
terratest_action: Plan # keep in mind that this has to start with capital letter
apply_timeout: 60