From 6c570024617b577b76606e04fda729bc7aa30918 Mon Sep 17 00:00:00 2001 From: Mathieu Hofman <86499+mhofman@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:45:52 -0700 Subject: [PATCH] ci: jobs compatibility with release branch (#8369) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .github/workflows/pre-check-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-check-integration.yml b/.github/workflows/pre-check-integration.yml index 00c47a41f5a..c8594081ff3 100644 --- a/.github/workflows/pre-check-integration.yml +++ b/.github/workflows/pre-check-integration.yml @@ -16,7 +16,7 @@ on: github.event_name != 'pull_request' || ( ( github.event.pull_request.base.ref == 'master' || - github.event.pull_request.base.ref == 'release-pismo' || + startsWith(github.event.pull_request.base.ref, 'release-') || github.event.pull_request.base.ref == 'beta' ) && github.event.pull_request.draft == false &&