name: Tests on: push: branches: - "main" pull_request: branches: - "main" workflow_dispatch: concurrency: group: ${{ github.workflow }}-build-${{ github.ref }} cancel-in-progress: ${{ github.event_name == 'pull_request' }} jobs: check_compilation: name: Build uses: ./.github/workflows/test-core.yml with: type: "build"