Skip to content

Merge pull request #92 from hatlabs/feat/hostname-lint-check #19

Merge pull request #92 from hatlabs/feat/hostname-lint-check

Merge pull request #92 from hatlabs/feat/hostname-lint-check #19

Workflow file for this run

name: Main Branch CI/CD
on:
push:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.repository }}-main-release
cancel-in-progress: false
jobs:
build-release:
uses: hatlabs/shared-workflows/.github/workflows/build-release.yml@main
with:
package-name: halpid
package-description: 'HALPI2 power monitoring and watchdog daemon'
apt-distro: any
apt-component: hatlabs
secrets:
APT_REPO_PAT: ${{ secrets.APT_REPO_PAT }}