Skip to content

Commit 22fc69b

Browse files
zimegClaude
andcommitted
build: skip cache when no version is pinned
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
1 parent 1003081 commit 22fc69b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
fi
3636
3737
- name: Cache Slack CLI
38-
if: steps.slack-cli-check.outputs.exists != 'true'
38+
if: steps.slack-cli-check.outputs.exists != 'true' && inputs.version != ''
3939
id: cache-cli
4040
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4141
with:

0 commit comments

Comments
 (0)