Add preconfition for cost_analysis_enabled based on sku_tier #110
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: Post Push | |
on: | |
push: | |
branches: | |
- main | |
- master | |
tags: | |
- '*' | |
permissions: write-all | |
jobs: | |
post-push: | |
if: github.actor != 'github-actions[bot]' | |
uses: Azure/tfmod-scaffold/.github/workflows/post-push.yaml@main |