Skip to content

test/tracking-category-colname-dupe #22

test/tracking-category-colname-dupe

test/tracking-category-colname-dupe #22

Workflow file for this run

name: 'auto release'
on:
pull_request:
types:
- closed
- labeled
jobs:
release:
if: |
(github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main') ||
github.event.label.name == 'pre-release'
uses: fivetran/dbt_package_automations/.github/workflows/auto-release.yml@main
secrets: inherit