Skip to content

Commit

Permalink
enh: auto clean up cache after branch merge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Dec 31, 2024
1 parent 7b09273 commit af98f5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pulumi-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
python-ci-pulumi:
uses: notdodo/github-actions/.github/workflows/[email protected]
with:
python-version: 3.12
working-directory: "./pulumi"

pulumi-preview:
Expand All @@ -39,7 +38,7 @@ jobs:
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
# v5.3.0
with:
python-version: 3.12
python-version: 3.13
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
# v4.2.0
with:
Expand Down

0 comments on commit af98f5a

Please sign in to comment.