mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2025-11-16 04:24:48 +00:00
Restrict deploy run condition
This commit is contained in:
2
.github/workflows/regression_template.yml
vendored
2
.github/workflows/regression_template.yml
vendored
@@ -144,7 +144,7 @@ jobs:
|
||||
|
||||
deploy_code_coverage:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ (github.event_name == 'push') && !inputs.skip_deploy && always() }}
|
||||
if: ${{ (github.event_name == 'push') && !inputs.skip_deploy && !failure() && !cancelled() }}
|
||||
needs: run_tests
|
||||
environment:
|
||||
name: github-pages
|
||||
|
||||
Reference in New Issue
Block a user