feat: cleaner deps + renovate update to monthly (#1063) #814
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
push: | |
branches: [main, release/**] | |
jobs: | |
build: | |
needs: e2e-tests | |
uses: './.github/workflows/build.yml' | |
with: | |
docPath: ${{ github.ref_name }} | |
docPublish: true | |
validate-os: | |
uses: './.github/workflows/validate-os.yml' | |
e2e-tests: | |
uses: './.github/workflows/e2e-tests.yml' |