Skip to content

Commit

Permalink
[MAINTENANCE] Only attempt docs-integration pipeline when manually tr…
Browse files Browse the repository at this point in the history
…iggered (#7674)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
kenwade4 and github-actions[bot] committed Apr 20, 2023
1 parent 20e3ae3 commit 3e512a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/azure-pipelines-docs-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#
# The pipeline is run under the following conditions:
# - On any PR
# - When manually triggered

resources:
containers:
Expand Down Expand Up @@ -42,6 +43,7 @@ variables:

stages:
- stage: scope_check
condition: eq(variables.isManual, true)
pool:
vmImage: 'ubuntu-20.04'
jobs:
Expand All @@ -63,6 +65,7 @@ stages:

- stage: docusaurus_tests
dependsOn: scope_check
condition: eq(variables.isManual, true)
pool:
vmImage: 'ubuntu-latest'
jobs:
Expand Down

0 comments on commit 3e512a3

Please sign in to comment.