From 57faf59d313baca276564d177adc909b75ef0862 Mon Sep 17 00:00:00 2001 From: John Lee Date: Wed, 23 Jul 2025 15:56:07 -0400 Subject: [PATCH] Run PR tests on release PRs --- .github/workflows/ci-pr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 9006a5df94..df6161d5ad 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -3,6 +3,7 @@ on: pull_request: branches: - master + - 'rel/**' env: CODECOV_TOKEN: "8b4a1f91-f154-4c26-b84c-c9aaa90159c6" # Same public token from CircleCI config @@ -11,7 +12,7 @@ env: BUILD_TYPE: integration ALGOTEST: 1 SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} - + concurrency: group: pr-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true