Skip to content

ci: refactor worflows #2

ci: refactor worflows

ci: refactor worflows #2

Workflow file for this run

name: Internal - Main - Continuous Integration
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: ./.github/workflows/__shared-ci.yml
secrets: inherit