From 2fd26d587da4dd570c55e9e3233163b297fd9b5b Mon Sep 17 00:00:00 2001 From: kbauer Date: Thu, 13 Feb 2025 17:30:36 -0800 Subject: [PATCH] ci: add job names --- .github/workflows/ci-nightly.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-nightly.yaml b/.github/workflows/ci-nightly.yaml index ccc9262..d93b3b3 100644 --- a/.github/workflows/ci-nightly.yaml +++ b/.github/workflows/ci-nightly.yaml @@ -132,6 +132,7 @@ jobs: docker_manifest_sha: ${{ steps.extract_docker_manifest_sha.outputs.docker_manifest_sha }} deploy-nightly: + name: Deploy Nightly uses: ./.github/workflows/terraform.yaml if: ${{ !github.event.act }} needs: publish @@ -157,7 +158,7 @@ jobs: nr_ingest_key: ${{ secrets.OTELCOMM_NR_INGEST_KEY }} test-nightly: - name: Build & Publish Nightly + name: Test Nightly runs-on: ubuntu-latest needs: deploy-nightly strategy: