Skip to content

Commit

Permalink
Adjust internal staging build/deploy job name (github#23725)
Browse files Browse the repository at this point in the history
A unique name is critical so we can make it a required check
  • Loading branch information
JamesMGreene authored Dec 15, 2021
1 parent 2e9128b commit dc756b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging-build-and-deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}

Expand Down

0 comments on commit dc756b9

Please sign in to comment.