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
on:
push:
branches-ignore:
- l10*
pull_request:
branches-ignore:
- l10*
workflow_run:
workflows: ['PR checks']
types:
- completed
jobs:

View File

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

View File

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