Skip to content

Try self hosted runner (#106) #41

Try self hosted runner (#106)

Try self hosted runner (#106) #41

Workflow file for this run

name: main
on:
push:
branches:
- main
jobs:
ci:
uses: ./.github/workflows/ci.yml
tag:
uses: ./.github/workflows/tag.yml
needs: ci
secrets:
PAT: ${{ secrets.PAT }}