2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

only run if sucessfull

This commit is contained in:
Matthias
2021-12-02 13:08:47 +01:00
parent 8f8a1bbdeb
commit 3e021f35ba

View File

@ -25,6 +25,7 @@ jobs:
test:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
services:
mysql: