feat(deployment): update semaphore configuration and deployment workflows
This commit is contained in:
@@ -820,7 +820,7 @@ jobs:
|
||||
needs: [changes, build, runtime-base]
|
||||
if: |
|
||||
(github.ref_name == 'staging' || github.head_ref == 'staging' || (github.ref_name == '' && contains(github.ref, 'staging'))) &&
|
||||
(needs.build.result == 'success' || needs.build.result == 'skipped')
|
||||
(needs.build.result != 'failure')
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: staging
|
||||
|
||||
Reference in New Issue
Block a user