From 8f530f3a57c39d4499068da02e75a849eb4a02ea Mon Sep 17 00:00:00 2001 From: "Dotan J. Nahum" Date: Tue, 22 Oct 2024 19:17:46 +0300 Subject: [PATCH] ci: more readable jobs --- .github/workflows/demo-ci.yml | 2 +- .github/workflows/loco-cli.yml | 2 +- .github/workflows/loco-gen-ci.yml | 2 +- .github/workflows/loco-rs-ci.yml | 2 +- .github/workflows/starter-lightweight-service.yml | 2 +- .github/workflows/starter-rest-api.yml | 2 +- .github/workflows/starter-saas.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/demo-ci.yml b/.github/workflows/demo-ci.yml index 1982ebcd8..e2d9097b9 100644 --- a/.github/workflows/demo-ci.yml +++ b/.github/workflows/demo-ci.yml @@ -33,7 +33,7 @@ jobs: working-directory: ./examples/demo test: - needs: [rustfmt, clippy] + needs: [style] runs-on: ubuntu-latest permissions: diff --git a/.github/workflows/loco-cli.yml b/.github/workflows/loco-cli.yml index 786beb9a3..09f8874bb 100644 --- a/.github/workflows/loco-cli.yml +++ b/.github/workflows/loco-cli.yml @@ -33,7 +33,7 @@ jobs: working-directory: ./loco-cli test: - needs: [rustfmt, clippy] + needs: [style] runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/.github/workflows/loco-gen-ci.yml b/.github/workflows/loco-gen-ci.yml index 8ec726261..cf097c80e 100644 --- a/.github/workflows/loco-gen-ci.yml +++ b/.github/workflows/loco-gen-ci.yml @@ -42,7 +42,7 @@ jobs: args: --all-features -- -D warnings -W clippy::pedantic -W clippy::nursery -W rust-2018-idioms test: - needs: [rustfmt, clippy] + needs: [style] runs-on: ubuntu-latest permissions: diff --git a/.github/workflows/loco-rs-ci.yml b/.github/workflows/loco-rs-ci.yml index 0d8da9b17..4c822a841 100644 --- a/.github/workflows/loco-rs-ci.yml +++ b/.github/workflows/loco-rs-ci.yml @@ -38,7 +38,7 @@ jobs: args: --all-features -- -D warnings -W clippy::pedantic -W clippy::nursery -W rust-2018-idioms test: - needs: [rustfmt, clippy] + needs: [style] runs-on: ubuntu-latest permissions: diff --git a/.github/workflows/starter-lightweight-service.yml b/.github/workflows/starter-lightweight-service.yml index 80ff23b78..c8f0d8ccd 100644 --- a/.github/workflows/starter-lightweight-service.yml +++ b/.github/workflows/starter-lightweight-service.yml @@ -37,7 +37,7 @@ jobs: working-directory: ./starters/lightweight-service test: - needs: [rustfmt, clippy] + needs: [style] runs-on: ubuntu-latest permissions: diff --git a/.github/workflows/starter-rest-api.yml b/.github/workflows/starter-rest-api.yml index 8e0e01cdf..56f4d9b25 100644 --- a/.github/workflows/starter-rest-api.yml +++ b/.github/workflows/starter-rest-api.yml @@ -37,7 +37,7 @@ jobs: working-directory: ./starters/rest-api test: - needs: [rustfmt, clippy] + needs: [style] runs-on: ubuntu-latest strategy: matrix: diff --git a/.github/workflows/starter-saas.yml b/.github/workflows/starter-saas.yml index 7b05c49b9..a59e0be4f 100644 --- a/.github/workflows/starter-saas.yml +++ b/.github/workflows/starter-saas.yml @@ -37,7 +37,7 @@ jobs: working-directory: ./starters/saas test: - needs: [rustfmt, clippy] + needs: [style] runs-on: ubuntu-latest strategy: matrix: