Skip to content

ci: migrate to hoverkraft-tech workflows #1

ci: migrate to hoverkraft-tech workflows

ci: migrate to hoverkraft-tech workflows #1

Workflow file for this run

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