use env to disable pre/post
This commit is contained in:
parent
2e05c531c4
commit
f6557e8b4e
1 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ branding:
|
|||
runs:
|
||||
using: 'node20'
|
||||
pre: 'lib/cleanup/index.js'
|
||||
pre-if: (! startsWith(runner.name, 'GitHub Actions'))
|
||||
pre-if: (! env.AZURE_LOGIN_PRE_CLEANUP_OFF)
|
||||
main: 'lib/main/index.js'
|
||||
post: 'lib/cleanup/index.js'
|
||||
post-if: (! startsWith(runner.name, 'GitHub Actions'))
|
||||
post-if: (! env.AZURE_LOGIN_POST_CLEANUP_OFF)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue