This commit is contained in:
Oliver 2022-05-11 14:16:39 +10:00
parent 37ce9f351d
commit a6815c8334

View File

@ -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