only run db stuff after pre flight checks

This commit is contained in:
Matthias 2021-12-02 12:57:44 +01:00
parent 0e55a07def
commit a7a63dc3f7
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076
3 changed files with 12 additions and 21 deletions

View File

@ -3,13 +3,10 @@
name: SQLite name: SQLite
on: on:
push: workflow_run:
branches-ignore: workflows: ['PR checks']
- l10* types:
- completed
pull_request:
branches-ignore:
- l10*
jobs: jobs:

View File

@ -3,13 +3,10 @@
name: MySQL name: MySQL
on: on:
push: workflow_run:
branches-ignore: workflows: ['PR checks']
- l10* types:
- completed
pull_request:
branches-ignore:
- l10*
jobs: jobs:

View File

@ -3,13 +3,10 @@
name: PostgreSQL name: PostgreSQL
on: on:
push: workflow_run:
branches-ignore: workflows: ['PR checks']
- l10* types:
- completed
pull_request:
branches-ignore:
- l10*
jobs: jobs: