cleanup bypass github-hosted runner

This commit is contained in:
MoChilia
2024-04-09 15:48:39 +08:00
parent e9468bad0a
commit 2d52a1a40d

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' ) }}