From 25fbfcc503e49b471ef0cc46c341a51bc44bbdc6 Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Tue, 19 Mar 2024 15:51:44 +0000 Subject: [PATCH] chore(ci): step name needs to be unique (without considering worfklow name) or its required (#21005) --- .github/workflows/ci-backend-depot.yml | 2 +- .github/workflows/ci-e2e-depot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-backend-depot.yml b/.github/workflows/ci-backend-depot.yml index 743fef1edaed1..0c9ff85d7d1dd 100644 --- a/.github/workflows/ci-backend-depot.yml +++ b/.github/workflows/ci-backend-depot.yml @@ -236,7 +236,7 @@ jobs: needs: changes timeout-minutes: 30 - name: Django tests – ${{ matrix.segment }} (persons-on-events ${{ matrix.person-on-events && 'on' || 'off' }}), Py ${{ matrix.python-version }}, ${{ matrix.clickhouse-server-image }} (${{matrix.group}}/${{ matrix.concurrency }}) + name: Django tests – ${{ matrix.segment }} (persons-on-events ${{ matrix.person-on-events && 'on' || 'off' }}), Py ${{ matrix.python-version }}, ${{ matrix.clickhouse-server-image }} (${{matrix.group}}/${{ matrix.concurrency }}) (depot) runs-on: depot-ubuntu-latest strategy: diff --git a/.github/workflows/ci-e2e-depot.yml b/.github/workflows/ci-e2e-depot.yml index 615238bf7d43b..9025c74a940f9 100644 --- a/.github/workflows/ci-e2e-depot.yml +++ b/.github/workflows/ci-e2e-depot.yml @@ -93,7 +93,7 @@ jobs: actions-id-token-request-url: ${{ env.ACTIONS_ID_TOKEN_REQUEST_URL }} cypress: - name: Cypress E2E tests (${{ strategy.job-index }}) + name: Cypress E2E tests (${{ strategy.job-index }}) (depot) runs-on: depot-ubuntu-latest timeout-minutes: 60 needs: [chunks, changes, container]