Skip to content

Commit

Permalink
Add names for jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekku2 committed Jul 3, 2024
1 parent f53a936 commit 745a011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
build:

name: Build, Test and Release code
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-iac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ env:
COGNITIVE_SERVICES_RESOURCEGROUP: ${{ secrets.COGNITIVE_SERVICES_RESOURCEGROUP }}

jobs:
build:
test-iac:
name: Test Infrastructure as Code
runs-on: ubuntu-latest
environment: ci-test

Expand Down

0 comments on commit 745a011

Please sign in to comment.