ci: sync workflow template (node container + host fixes)
Some checks failed
CI / skip-ci-check (pull_request) Successful in 10s
CI / secret-scan (pull_request) Successful in 9s
CI / node-ci (pull_request) Failing after 1m52s

This commit is contained in:
ilia 2026-05-29 20:14:49 -05:00
parent 15db414dc2
commit 06616a4d9a

View File

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