only run db stuff after pre flight checks
This commit is contained in:
parent
0e55a07def
commit
a7a63dc3f7
|
|
@ -3,13 +3,10 @@
|
|||
name: SQLite
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- l10*
|
||||
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- l10*
|
||||
workflow_run:
|
||||
workflows: ['PR checks']
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
|
|||
|
|
@ -3,13 +3,10 @@
|
|||
name: MySQL
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- l10*
|
||||
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- l10*
|
||||
workflow_run:
|
||||
workflows: ['PR checks']
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
|
|||
|
|
@ -3,13 +3,10 @@
|
|||
name: PostgreSQL
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- l10*
|
||||
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- l10*
|
||||
workflow_run:
|
||||
workflows: ['PR checks']
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue