Add homelab Gitea Actions CI (generic) #1

Merged
ilia merged 6 commits from ci/bootstrap-gitea-actions-node into main 2026-05-29 20:39:27 -05:00
Showing only changes of commit fee19eb59b - Show all commits

View File

@ -11,6 +11,8 @@ on:
jobs:
skip-ci-check:
runs-on: [homelab, self-hosted, linux]
container:
image: node:20-bookworm
outputs:
should-skip: ${{ steps.check.outputs.skip }}
steps: