mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
only run if successfull
This commit is contained in:
parent
3e021f35ba
commit
b8a76429d1
1
.github/workflows/coverage.yaml
vendored
1
.github/workflows/coverage.yaml
vendored
@ -14,6 +14,7 @@ jobs:
|
||||
# These tests are used for code coverage analysis
|
||||
coverage:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
1
.github/workflows/postgresql.yaml
vendored
1
.github/workflows/postgresql.yaml
vendored
@ -12,6 +12,7 @@ jobs:
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
|
||||
env:
|
||||
# Database backend configuration
|
||||
|
Loading…
Reference in New Issue
Block a user