Make sure that hotpatching_enabled
and bypass_platform_safety_checks_on_user_schedule_enabled
are not set at the same time.
#81
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: module-ci | |
on: | |
schedule: | |
- cron: "0 0 * * 0" # weekly on Sunday at 00:00 | |
push: | |
branches: | |
- main | |
pull_request: | |
types: | |
- opened | |
- edited | |
- synchronize | |
- labeled | |
- unlabeled | |
jobs: | |
module-ci: | |
uses: cloudeteer/terraform-governance/.github/workflows/module-ci.yaml@main | |
permissions: | |
contents: write | |
id-token: write | |
issues: write | |
pull-requests: read | |
secrets: | |
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }} | |
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }} | |
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }} |