ci: remove 'if: always()' from allgood jobs
This commit is contained in:
parent
94239d98df
commit
71d166af27
|
@ -236,7 +236,6 @@ jobs:
|
||||||
|
|
||||||
allgood_packaging:
|
allgood_packaging:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: always()
|
|
||||||
needs:
|
needs:
|
||||||
- linux
|
- linux
|
||||||
- windows
|
- windows
|
||||||
|
|
|
@ -81,7 +81,6 @@ jobs:
|
||||||
|
|
||||||
allgood_emqx_app_tests:
|
allgood_emqx_app_tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: always()
|
|
||||||
needs:
|
needs:
|
||||||
- run_emqx_app_tests
|
- run_emqx_app_tests
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -522,7 +522,6 @@ jobs:
|
||||||
|
|
||||||
allgood_integration_tests:
|
allgood_integration_tests:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: always()
|
|
||||||
needs: [advanced_feat,pgsql_authn_authz,JWT_authn,mysql_authn_authz,built_in_database_authn_authz]
|
needs: [advanced_feat,pgsql_authn_authz,JWT_authn,mysql_authn_authz,built_in_database_authn_authz]
|
||||||
steps:
|
steps:
|
||||||
- name: Check if all integration tests succeeded
|
- name: Check if all integration tests succeeded
|
||||||
|
|
|
@ -229,7 +229,6 @@ jobs:
|
||||||
|
|
||||||
allgood_functional_tests:
|
allgood_functional_tests:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: always()
|
|
||||||
needs:
|
needs:
|
||||||
- eunit_and_proper
|
- eunit_and_proper
|
||||||
- ct_docker
|
- ct_docker
|
||||||
|
|
Loading…
Reference in New Issue