refactor: changed the monorepo setup to nx and pnpm with all tools th… #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Cleanup caches by a branch" | ||
on: # yamllint disable-line rule:truthy | ||
pull_request: | ||
types: | ||
- "closed" | ||
workflow_dispatch: # yamllint disable-line rule:empty-values | ||
jobs: | ||
cleanup-branch-cache: | ||
uses: "anolilab/workflows/workflow/cleanup-branch-cache.yml@main" | ||
with: | ||
target-repo: "{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}" |