From 88540c7e91dd41dbaadd0cb7e2295f7a41cd2a23 Mon Sep 17 00:00:00 2001 From: Ryan Lo Date: Mon, 11 Mar 2024 02:23:32 +0800 Subject: [PATCH] test commit Signed-off-by: Ryan Lo --- .github/workflows/checks.yml | 1 + .github/workflows/codespell.yml | 2 +- .github/workflows/flyteidl-checks.yml | 1 + .github/workflows/tests.yml | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e5777cea1ae..79a034249fb 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -9,6 +9,7 @@ on: push: branches: - master + - flyte-issues-4994 # test env: GO_VERSION: "1.22" PRIORITIES: "P0" diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index c90557d62d3..834d1f78506 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -7,7 +7,7 @@ concurrency: on: push: - branches: [master] + branches: [master, flyte-issues-4994] pull_request: branches: [master] diff --git a/.github/workflows/flyteidl-checks.yml b/.github/workflows/flyteidl-checks.yml index 4dd423d0eb8..af6870c069d 100644 --- a/.github/workflows/flyteidl-checks.yml +++ b/.github/workflows/flyteidl-checks.yml @@ -9,6 +9,7 @@ on: push: branches: - master + - flyte-issues-4994 # test env: GO_VERSION: "1.22" jobs: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 76a1d21c684..956b25e84c0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,6 +8,7 @@ on: push: branches: - master + - flyte-issues-4994 pull_request: env: