Skip to content

Commit

Permalink
improve job names
Browse files Browse the repository at this point in the history
  • Loading branch information
PipeItToDevNull committed Nov 3, 2024
1 parent 77fc997 commit 4beed20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-swa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

jobs:
build_and_deploy_job:
build-swa:
runs-on: ubuntu-latest
name: Build and Deploy Job
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bsod-api-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
IMAGE: bsod-api

jobs:
build:
build-api:
runs-on: windows-2022
permissions:
packages: write
Expand Down

0 comments on commit 4beed20

Please sign in to comment.