mirror of
https://github.com/inventree/InvenTree.git
synced 2026-06-14 04:20:46 +00:00
only run db stuff after pre flight checks
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user