1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Adjust internal staging build/deploy job name (#23725)

A unique name is critical so we can make it a required check
This commit is contained in:
James M. Greene
2021-12-14 18:21:47 -06:00
committed by GitHub
parent 2e9128b148
commit dc756b9dd3

View File

@@ -33,7 +33,7 @@ concurrency:
cancel-in-progress: true
jobs:
build-and-deploy:
build-and-deploy-pr:
# Important. This whole file is only supposed to run in the PRIVATE repo.
if: ${{ github.repository == 'github/docs-internal' }}