This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
When user provides a private DNS zone we assume it is already linked to the vnet #123
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pre Pull Request Check | |
on: | |
pull_request: | |
types: ['opened', 'synchronize'] | |
paths: | |
- '.github/**' | |
- '**.go' | |
- '**.tf' | |
- '.github/workflows/**' | |
- '**.md' | |
- '**/go.mod' | |
jobs: | |
prepr-check: | |
uses: Azure/tfmod-scaffold/.github/workflows/pr-check.yaml@main |