Add vars check/and if expression
Some checks failed
/ build (push) Failing after 0s

This commit is contained in:
Chris (wolcen) Thompson 2025-10-15 18:24:46 -04:00
parent 7454f7a48e
commit c83fa12004

View file

@ -12,6 +12,7 @@ on:
jobs:
build:
runs-on: docker
if: inputs.boolean or vars.RUN_DEFAULT == "1"
container:
image: git.agaric.com/agaric/deploycontainer:0.0.5
env:
@ -36,3 +37,6 @@ jobs:
jq . - <<'EOF'
${{ toJSON(inputs) }}
EOF
jq . - <<'EOF'
${{ toJSON(vars) }}
EOF