From 899c378e9935143bd23c64f136bbf8ba6d8df11b Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Thu, 6 Jun 2024 08:45:11 -0700 Subject: [PATCH] Add job name so we can add as required check --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4c201a68..e3101be1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,8 @@ on: types: [opened, reopened, synchronize] jobs: - build: # Test, pack and publish the Open AI nuget package as a build artifact + build: # Test, pack and publish the Open AI nuget package as a build artifact + name: Build and Test runs-on: ubuntu-latest env: version_suffix_args: ${{ format('--version-suffix="alpha.{0}"', github.run_number) }}