mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
if != on
This commit is contained in:
parent
37ce9f351d
commit
a6815c8334
4
.github/workflows/qc_checks.yaml
vendored
4
.github/workflows/qc_checks.yaml
vendored
@ -196,7 +196,7 @@ jobs:
|
|||||||
name: Postgres
|
name: Postgres
|
||||||
needs: ['javascript', 'html']
|
needs: ['javascript', 'html']
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
on: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
INVENTREE_DB_ENGINE: django.db.backends.postgresql
|
INVENTREE_DB_ENGINE: django.db.backends.postgresql
|
||||||
@ -254,7 +254,7 @@ jobs:
|
|||||||
name: MySql
|
name: MySql
|
||||||
needs: ['javascript', 'html']
|
needs: ['javascript', 'html']
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
on: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Database backend configuration
|
# Database backend configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user