We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e75b04 commit 4e628d6Copy full SHA for 4e628d6
.github/workflows/prod-build-deploy-azure.yml renamed to .github/workflows/azure-prod-build-deploy.yml
@@ -1,4 +1,4 @@
1
-name: Production (Azure) - Build and Deploy
+name: Azure Production - Build and Deploy
2
3
# **What it does**: Builds and deploys the default branch to production
4
# **Why we have it**: To enable us to deploy the latest to production whenever necessary rather than relying on PR merges.
@@ -21,10 +21,10 @@ concurrency:
21
cancel-in-progress: false
22
23
jobs:
24
- build-and-deploy-prod-azure:
+ azure-prod-build-and-deploy:
25
if: ${{ github.repository == 'github/docs-internal' }}
26
runs-on: ubuntu-latest
27
- timeout-minutes: 15
+ timeout-minutes: 20
28
environment:
29
name: production
30
url: 'https://docs.github.com'
0 commit comments