mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
only run db stuff after pre flight checks
This commit is contained in:
parent
0e55a07def
commit
a7a63dc3f7
11
.github/workflows/coverage.yaml
vendored
11
.github/workflows/coverage.yaml
vendored
@ -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:
|
||||||
|
|
||||||
|
11
.github/workflows/mysql.yaml
vendored
11
.github/workflows/mysql.yaml
vendored
@ -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:
|
||||||
|
|
||||||
|
11
.github/workflows/postgresql.yaml
vendored
11
.github/workflows/postgresql.yaml
vendored
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user