cleanup bypass github-hosted runner
This commit is contained in:
parent
e9468bad0a
commit
2d52a1a40d
1 changed files with 2 additions and 0 deletions
|
|
@ -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' ) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue