Garbage collect elan toolchains #4
This file contains hidden or 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: Garbage collect elan toolchains | |
on: | |
schedule: | |
- cron: '0 9 * * 1' # Run weekly, at 09:00 on Monday | |
jobs: | |
elan-gc: | |
runs-on: self-hosted | |
steps: | |
- run: elan toolchain gc --delete |