From 05bcfdb43ccddbd8dbb903748d4c673dffae3b52 Mon Sep 17 00:00:00 2001 From: David Kallesen Date: Wed, 27 Mar 2024 09:34:28 +0100 Subject: [PATCH] fix: Rename job-name to dotnet-build --- .github/workflows/pre-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-integration.yml b/.github/workflows/pre-integration.yml index 0781f9f8..3ebb097b 100644 --- a/.github/workflows/pre-integration.yml +++ b/.github/workflows/pre-integration.yml @@ -8,7 +8,7 @@ on: - reopened jobs: - dotnet7-build: + dotnet-build: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] @@ -36,7 +36,7 @@ jobs: dotnet-test: runs-on: ubuntu-latest needs: - - dotnet7-build + - dotnet-build steps: - name: 🛒 Checkout repository uses: actions/checkout@v2