From a5e386bc9397b8269ffcdf69c602ea29d0d6ac13 Mon Sep 17 00:00:00 2001 From: Radhep Sabapathipillai Date: Tue, 22 Aug 2023 15:22:30 -0400 Subject: [PATCH 1/2] test --- .github/workflows/ci-merge-checks.yml | 1 + .github/workflows/ci-pull-request-status.yml | 1 + .github/workflows/ci.yml | 1 + .github/workflows/lighthouse.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/ci-merge-checks.yml b/.github/workflows/ci-merge-checks.yml index 70ba22a5607..afa03645564 100644 --- a/.github/workflows/ci-merge-checks.yml +++ b/.github/workflows/ci-merge-checks.yml @@ -5,6 +5,7 @@ on: - develop - develop-* - release/** + - epic/** workflow_dispatch: # empty as it is used only to manually trigger the workflow diff --git a/.github/workflows/ci-pull-request-status.yml b/.github/workflows/ci-pull-request-status.yml index b9824d58dd0..44a09802c55 100644 --- a/.github/workflows/ci-pull-request-status.yml +++ b/.github/workflows/ci-pull-request-status.yml @@ -5,6 +5,7 @@ on: - develop - develop-* - release/** + - epic/** workflow_dispatch: # empty as it is used only to manually trigger the workflow diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b22cc1447d1..bf228056f0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: - develop - develop-* - release/** + - epic/** workflow_dispatch: # empty as it is used only to manually trigger the workflow diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 621d247b4cc..7ed8cf5cdf8 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -5,6 +5,7 @@ on: - develop - develop-* - release/** + - epic/** workflow_dispatch: # empty as it is used only to manually trigger the workflow env: From b528ba7fcebed1282587ba7671273692c78b3205 Mon Sep 17 00:00:00 2001 From: Radhep Sabapathipillai Date: Tue, 22 Aug 2023 15:48:29 -0400 Subject: [PATCH 2/2] test --- .github/workflows/ci-merge-checks.yml | 1 - .github/workflows/ci-pull-request-status.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/ci-merge-checks.yml b/.github/workflows/ci-merge-checks.yml index afa03645564..70ba22a5607 100644 --- a/.github/workflows/ci-merge-checks.yml +++ b/.github/workflows/ci-merge-checks.yml @@ -5,7 +5,6 @@ on: - develop - develop-* - release/** - - epic/** workflow_dispatch: # empty as it is used only to manually trigger the workflow diff --git a/.github/workflows/ci-pull-request-status.yml b/.github/workflows/ci-pull-request-status.yml index 44a09802c55..b9824d58dd0 100644 --- a/.github/workflows/ci-pull-request-status.yml +++ b/.github/workflows/ci-pull-request-status.yml @@ -5,7 +5,6 @@ on: - develop - develop-* - release/** - - epic/** workflow_dispatch: # empty as it is used only to manually trigger the workflow