Skip to content

Simplify adding Cloud Foundry to Configuration via HostBuilder extens… #23

Simplify adding Cloud Foundry to Configuration via HostBuilder extens…

Simplify adding Cloud Foundry to Configuration via HostBuilder extens… #23

name: "Connectors: PostgreSQL"
on:
workflow_dispatch:
push:
branches:
- main
- '[0-9]+.x'
pull_request:
paths:
- .gitattributes
- .gitignore
- behave*
- nuget.config
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- Connectors/src/PostgreSql/**
- .github/workflows/postgresql.yml
- .github/workflows/shared-test-workflow.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
windows:
uses: ./.github/workflows/shared-test-workflow.yml
secrets: inherit
with:
feature: Connectors
sample: PostgreSql
OS: windows
linux:
needs: windows
if: ${{ !cancelled() }}
uses: ./.github/workflows/shared-test-workflow.yml
secrets: inherit
with:
feature: Connectors
sample: PostgreSql
OS: linux