unique job names across workflows (#24616)
This commit is contained in:
@@ -21,7 +21,7 @@ concurrency:
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
build-and-deploy-prod-azure:
|
||||
if: ${{ github.repository == 'github/docs-internal' }}
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
|
||||
@@ -28,7 +28,7 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
build-and-deploy-staging-azure:
|
||||
if: ${{ github.repository == 'github/docs-internal' }}
|
||||
name: Build and deploy image to staging App Service
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user