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

CI pipeline for PR - (#353) ci: increase the default apply timeout #281

CI pipeline for PR - (#353) ci: increase the default apply timeout

CI pipeline for PR - (#353) ci: increase the default apply timeout #281

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-vmseries-ci-workflows/.github/workflows/pr_ci.yml@v2.3
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