Compare commits

...

4 Commits

Author SHA1 Message Date
Shiying Chen
45e1441e56 Merge branch 'master' into sy/improve-cleanup0409 2024-07-22 13:19:31 +08:00
MoChilia
f6557e8b4e use env to disable pre/post 2024-07-22 11:53:58 +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

View File

@@ -40,5 +40,7 @@ branding:
runs:
using: 'node20'
pre: 'lib/cleanup/index.js'
pre-if: (! env.AZURE_LOGIN_PRE_CLEANUP_OFF)
main: 'lib/main/index.js'
post: 'lib/cleanup/index.js'
post-if: (! env.AZURE_LOGIN_POST_CLEANUP_OFF)