From ec78ebd2476b84af246ab6675264bffb76fb5fad Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sat, 17 Sep 2022 07:24:16 +0100 Subject: [PATCH] Remove additional early caching test step in ci pipeline --- .github/workflows/cloud-runner-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloud-runner-pipeline.yml b/.github/workflows/cloud-runner-pipeline.yml index c2a9c647..fbea4a1a 100644 --- a/.github/workflows/cloud-runner-pipeline.yml +++ b/.github/workflows/cloud-runner-pipeline.yml @@ -26,8 +26,8 @@ env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} jobs: - cloudRunnerPipeline: - name: Cloud Runner Pipeline + ciPipeline: + name: CI Pipeline if: github.event.pull_request.draft == false runs-on: ubuntu-latest strategy: