ci: sync workflow template (node container + host fixes)

This commit is contained in:
ilia 2026-05-29 20:15:10 -05:00
parent c7ae15f907
commit 8436836df7

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: