Skip to content

Commit

Permalink
Add job name so we can add as required check
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard authored Jun 6, 2024
1 parent cafb255 commit 899c378
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down

0 comments on commit 899c378

Please sign in to comment.