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 25e4e84 commit 42a0b3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Cleanup caches by a branch
on:
pull_request:
types:
- closed

jobs:
cleanup:
uses: notdodo/github-actions/.github/workflows/[email protected]
4 changes: 1 addition & 3 deletions .github/workflows/pulumi-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ concurrency:

jobs:
python-ci-pulumi:
uses: notdodo/github-actions/.github/workflows/[email protected].0
uses: notdodo/github-actions/.github/workflows/[email protected].3
with:
poetry-version: latest
python-version: 3.12
working-directory: "./pulumi"

pulumi-preview:
Expand Down

0 comments on commit 42a0b3f

Please sign in to comment.