Compare commits

...

3 Commits

Author SHA1 Message Date
MoChilia
5c5b557200 test release 2024-04-09 17:01:18 +08:00
MoChilia
2e05c531c4 fix syntax error 2024-04-09 16:17:06 +08:00
MoChilia
2d52a1a40d cleanup bypass github-hosted runner 2024-04-09 15:48:39 +08:00
3 changed files with 9545 additions and 0 deletions

View File

@@ -40,5 +40,7 @@ branding:
runs:
using: 'node20'
pre: 'lib/cleanup/index.js'
pre-if: (! startsWith(runner.name, 'GitHub Actions'))
main: 'lib/main/index.js'
post: 'lib/cleanup/index.js'
post-if: (! startsWith(runner.name, 'GitHub Actions'))

4632
lib/cleanup/index.js Normal file

File diff suppressed because it is too large Load Diff

4911
lib/main/index.js Normal file

File diff suppressed because it is too large Load Diff