Skip to content

chore: move create condition object to consumer function #3082

chore: move create condition object to consumer function

chore: move create condition object to consumer function #3082

name: "On push to any branch"
on:
push:
branches-ignore:
- 'main'
- 'release/*'
tags-ignore:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-ci:
uses: ./.github/workflows/pre-ci.yml
lib-ci:
uses: ./.github/workflows/lib-ci.yml
examples-ci:
uses: ./.github/workflows/examples-ci.yml
docs-ci:
uses: ./.github/workflows/docs-ci.yml