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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- l10*
|
||||
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- l10*
|
||||
workflow_run:
|
||||
workflows: ['PR checks']
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
|
||||
|
11
.github/workflows/mysql.yaml
vendored
11
.github/workflows/mysql.yaml
vendored
@ -3,13 +3,10 @@
|
||||
name: MySQL
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- l10*
|
||||
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- l10*
|
||||
workflow_run:
|
||||
workflows: ['PR checks']
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
|
||||
|
11
.github/workflows/postgresql.yaml
vendored
11
.github/workflows/postgresql.yaml
vendored
@ -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
Block a user