1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Merge queue: prepare preview env (#30731)

This commit is contained in:
Kevin Heis
2022-09-16 12:33:52 -07:00
committed by GitHub
parent ffaa0d2245
commit dd4f4a6cb4

View File

@@ -42,6 +42,10 @@ jobs:
build-and-deploy-azure-preview:
name: Build and deploy Azure preview environment
runs-on: ubuntu-latest
# Ensure this is actually a pull request and not a merge group
# If its a merge group, report success without doing anything
# See https://bit.ly/3qB9nZW > If a job in a workflow is skipped due to a conditional, it will report its status as "Success".
if: (github.event.pull_request.head.sha || github.event.inputs.COMMIT_REF) && (github.event.number || github.event.inputs.PR_NUMBER || github.run_id)
timeout-minutes: 15
environment:
name: preview-env-${{ github.event.number }}