diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 00bc7dbf4c..0aabd064bc 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -196,7 +196,7 @@ jobs: name: Postgres needs: ['javascript', 'html'] runs-on: ubuntu-latest - on: github.event_name == 'push' + if: github.event_name == 'push' env: INVENTREE_DB_ENGINE: django.db.backends.postgresql @@ -254,7 +254,7 @@ jobs: name: MySql needs: ['javascript', 'html'] runs-on: ubuntu-latest - on: github.event_name == 'push' + if: github.event_name == 'push' env: # Database backend configuration