Skip to content

fix: Updates workflows and remove deprecation #3

fix: Updates workflows and remove deprecation

fix: Updates workflows and remove deprecation #3

Workflow file for this run

name: tf-checks
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
example-action_group:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './examples/AzMonitor-ActionGroups'
example-activity_log_alert:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './examples/AzMonitor-ActivityLogAlerts'
example-metric_alerts:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './examples/AzMonitor-MetricAlerts'