Skip to content

Commit

Permalink
Update website/docs/docs/deploy/ci-jobs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Dec 20, 2024
1 parent 2dcacb8 commit 696494b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/deploy/ci-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ dbt Cloud won't trigger a CI job run if the latest commit in a pull or merge req
Scenarios where dbt Cloud does not trigger a CI job with Azure DevOps:

1. Reusing a branch in a new PR
- If you abandon a previous PR (PR 1) that triggered a CI job for the same branch (`feature-123`) merging into `main`, and then open a new PR (PR 2) with the same branch merging into main — dbt Cloud won't trigger a new CI job for PR 2.
- If you abandon a previous PR (PR 1) that triggered a CI job for the same branch (`feature-123`) merging into `main`, and then open a new PR (PR 2) with the same branch merging into`main` — dbt Cloud won't trigger a new CI job for PR 2.

2. Reusing the same commit
- If you create a new PR (PR 2) on the same commit (`#4818ceb`) as a previous PR (PR 1) that triggered a CI job — dbt Cloud won't trigger a new CI job for PR 2.
Expand Down

0 comments on commit 696494b

Please sign in to comment.