optimize ci (#3825)

* feat: add client skip

* fix: add table console (skip frontend ci)

* feat: add skip ci
This commit is contained in:
jack zhang 2024-03-27 07:44:06 +08:00 committed by GitHub
parent b1be8381b5
commit 85b4afbe7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,7 @@ on:
jobs:
sqlite-test:
if: "!contains(github.event.head_commit.message, 'skip server ci'))"
strategy:
matrix:
node_version: ['18']
@ -67,6 +68,7 @@ jobs:
timeout-minutes: 40
postgres-test:
if: "!contains(github.event.head_commit.message, 'skip server ci'))"
strategy:
matrix:
node_version: ['18']
@ -131,6 +133,7 @@ jobs:
timeout-minutes: 40
mysql-test:
if: "!contains(github.event.head_commit.message, 'skip server ci'))"
strategy:
matrix:
node_version: ['18']
@ -181,6 +184,7 @@ jobs:
DB_TEST_PREFIX: test_
timeout-minutes: 40
mariadb-test:
if: "!contains(github.event.head_commit.message, 'skip server ci'))"
strategy:
matrix:
node_version: ['18']

View File

@ -21,6 +21,7 @@ on:
jobs:
e2e-test-postgres:
if: "!contains(github.event.head_commit.message, 'skip e2e ci'))"
strategy:
matrix:
node_version: ['18']

View File

@ -29,6 +29,7 @@ on:
jobs:
frontend-test:
if: "!contains(github.event.head_commit.message, 'skip client ci'))"
strategy:
matrix:
node_version: [ '18' ]