Skip to content

Merge pull request #69 from clouddrove/dependabot/github_actions/pre-… #156

Merge pull request #69 from clouddrove/dependabot/github_actions/pre-…

Merge pull request #69 from clouddrove/dependabot/github_actions/pre-… #156

Workflow file for this run

---
name: tf-checks
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
tf-checks-MariaDb-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/MariaDb/'
tf-checks-PostgreSQL:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/PostgreSQL/'
tf-checks-complete-mssql-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/complete-mssql/'
tf-checks-complete-mysql-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/complete-mysql/'
tf-checks-oracle_db-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/oracle_db/'
tf-checks-replica-mysql-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/replica-mysql/'
...