Skip to content

Commit

Permalink
Temporarily remove unneeded builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed May 7, 2024
1 parent 7fb47f9 commit c8447e7
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/ci__minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,49 +20,7 @@ permissions:
contents: read

jobs:
static-checks:
name: Static checks
uses: ./.github/workflows/ci_static-checks.yaml
with:
type: minimal
e2e-mariadb:
name: End-to-end tests (MariaDB)
needs: static-checks
uses: ./.github/workflows/ci_e2e-mariadb.yaml
with:
type: minimal
e2e-mysql:
name: End-to-end tests (MySQL)
needs: static-checks
uses: ./.github/workflows/ci_e2e-mysql.yaml
with:
type: minimal
e2e-pgsql:
name: End-to-end tests (PostgreSQL)
needs: static-checks
uses: ./.github/workflows/ci_e2e-pgsql.yaml
with:
type: minimal
e2e-custom:
name: End-to-end tests (Custom)
needs: static-checks
uses: ./.github/workflows/ci_e2e-custom.yaml
frontend:
name: Frontend
needs: static-checks
uses: ./.github/workflows/ci_frontend.yaml
with:
type: minimal
packages:
name: Packages
needs: static-checks
uses: ./.github/workflows/ci_packages.yaml
with:
type: minimal
unstable:
if: contains(github.event.pull_request.title, '[Unstable]')
name: Unstable
needs: static-checks
uses: ./.github/workflows/ci__unstable.yaml
with:
ignore-failure: true

0 comments on commit c8447e7

Please sign in to comment.