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: