From 742feb58bebee68c9ff6c88e2623514b69ccfd32 Mon Sep 17 00:00:00 2001 From: Gary Verhaegen Date: Wed, 13 Jan 2021 12:30:17 +0100 Subject: [PATCH] trigger PRs job on generated PRs (#8489) CHANGELOG_BEGIN CHANGELOG_END --- azure-pipelines.yml | 2 +- ci/cron/wednesday.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 58368ac76b2..920f393f129 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -289,4 +289,4 @@ jobs: az extension add --name azure-devops echo "$(System.AccessToken)" | az devops login --org "https://dev.azure.com/digitalasset" az pipelines build queue --branch $(branch) --definition-name "digital-asset.daml-daily-compat" --org "https://dev.azure.com/digitalasset" --project daml - az pipelines build queue --branch $(branch) --definition-name "digital-asset.daml" --org "https://dev.azure.com/digitalasset" --project daml + az pipelines build queue --branch $(branch) --definition-name "PRs" --org "https://dev.azure.com/digitalasset" --project daml diff --git a/ci/cron/wednesday.yml b/ci/cron/wednesday.yml index 3d4a0b413ff..511383554cf 100644 --- a/ci/cron/wednesday.yml +++ b/ci/cron/wednesday.yml @@ -66,7 +66,7 @@ jobs: | jq '.number') az pipelines build queue \ --branch $branch \ - --definition-name "digital-asset.daml" \ + --definition-name "PRs" \ --org "https://dev.azure.com/digitalasset" \ --project daml if [ -n "$out" ]; then