Skip to content

Merge pull request #579 from bcgov/fix/error-message #702

Merge pull request #579 from bcgov/fix/error-message

Merge pull request #579 from bcgov/fix/error-message #702

name: Continuous Integration And Deployment On Push to Tools
#This is only for testing purpose and will be deleted in future.
on:
workflow_dispatch: # TODO this is there for testing purposes, once the pipelines are all done, remove this
push:
branches:
# - 'dev
- 'etl-debezium-poc' #test
paths:
- 'backend/**'
- 'frontend/**'
- '.github/workflows/ci-cd-debezium-tools.yaml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
builds:
name: Builds
uses: ./.github/workflows/_build.yml
strategy:
matrix:

Check failure on line 23 in .github/workflows/ci-cd-debezium-tools.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-cd-debezium-tools.yaml

Invalid workflow file

You have an error in your yaml syntax on line 23
component: [ backend/etl/debezium-jdbc ]
include:
- component: backend/etl/debezium-jdbc
triggers: ('backend/etl/debezium-jdbc/')
- component: backend/etl/debezium-postgis/15-3.3
triggers: ('backend/etl/debezium-postgis/15-3.3/')
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
component: ${{ matrix.component }}
img_build: "tools"
img_fallback: tools
triggers: ${{ matrix.triggers }}