only run if sucessfull
This commit is contained in:
parent
8f8a1bbdeb
commit
3e021f35ba
|
|
@ -25,6 +25,7 @@ jobs:
|
|||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
|
||||
services:
|
||||
mysql:
|
||||
|
|
|
|||
Loading…
Reference in New Issue