diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-09-16 11:08:09 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-09-16 11:08:09 +0900 |
| commit | 214bae31215d06cf0611992d90c7a13e1e399090 (patch) | |
| tree | 38fafa8b0d08ebc800a1f30de7e19d9ed6001551 | |
| parent | 02fd62895d9a13f56253521dedd80e39d4eafbb5 (diff) | |
CI: Save CAPI extensions if the cache not found
| -rw-r--r-- | .github/actions/capiext/action.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/actions/capiext/action.yml b/.github/actions/capiext/action.yml index c17069f97d..4ec6a27f3f 100644 --- a/.github/actions/capiext/action.yml +++ b/.github/actions/capiext/action.yml @@ -63,7 +63,6 @@ runs: key: ${{ steps.config.outputs.key }} if: >- ${{true - && steps.cache.outcome == 'success' && ! steps.cache.outputs.cache-hit && github.ref_name == 'master' }} |
