Skip to content

Commit

Permalink
ci: add job names
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-newrelic committed Feb 14, 2025
1 parent ee90635 commit 2fd26d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 2fd26d5

Please sign in to comment.