From 94b865eeee5b7617c7caa2be4aec5ab21a58787c Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Thu, 15 Dec 2022 16:51:08 +0100 Subject: [PATCH] devel: pipe. nx debug --- .github/actions/setup/action.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 9a2c4157e7..ef83280bec 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -3,9 +3,9 @@ description: 'Initialize cache, env var load' inputs: enable-cache: description: 'enable caching' - type: string required: false - default: true + type: boolean + default: 'true' runs: using: "composite" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11b3f0c31c..c050214442 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,8 +7,8 @@ on: description: 'enable dry-run on artifact push' required: false type: boolean - default: 'true' - + default: true + pull_request: types: [closed] branches: