Skip to content

Bump clouddrove/github-shared-workflows from 1.0.9 to 1.0.10 #55

Bump clouddrove/github-shared-workflows from 1.0.9 to 1.0.10

Bump clouddrove/github-shared-workflows from 1.0.9 to 1.0.10 #55

Workflow file for this run

name: tf-checks
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
tf-checks-multi_node_non_vpc-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/multi_node_non_vpc/'
tf-checks-multi_node_vpc-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/multi_node_vpc/'
tf-checks-single_node_non_vpc-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/single_node_non_vpc/'
tf-checks-single_node_vpc-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/single_node_vpc/'