1
0
Fork 0
mirror of synced 2026-06-05 18:58:19 +00:00

cleanup bypass github-hosted runner

This commit is contained in:
MoChilia 2024-04-09 15:48:39 +08:00
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' ) }}