1
0
mirror of synced 2026-01-04 00:06:20 -05:00

unique job names across workflows (#24616)

This commit is contained in:
Peter Bengtsson
2022-01-25 11:26:25 -05:00
committed by GitHub
parent 98491c759f
commit cdcf51c779
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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