Skip to content

ci: refactor workflows #1

ci: refactor workflows

ci: refactor workflows #1

Workflow file for this run

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