Skip to content

ci: separate renovate github actions #208

ci: separate renovate github actions

ci: separate renovate github actions #208

Workflow file for this run

name: ci
on:
push:
branches: [main]
jobs:
build:
needs: e2e-tests
uses: './.github/workflows/build.yml'
with:
docPath: main
docPublish: true
e2e-tests:
uses: './.github/workflows/e2e-tests.yml'