From 3de7b98ae02c19a9c89511f8e96dd5a037589111 Mon Sep 17 00:00:00 2001 From: futa-ikeda Date: Thu, 23 Oct 2025 17:27:31 -0400 Subject: [PATCH 1/2] chore(github actions): dummy commit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 069c19a3c..15286f7f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ on: - main - 'release/*' - 'hotfix/*' - - 'feature/*' ## TODO: For testing purpose only, remove later + - 'feature/*' ## TODO: For testing purpose only, remove later. Some new change for PR testing workflow_dispatch: jobs: From 3f5cc84d169f1b67e18a0d9dac283e8c8a3536f7 Mon Sep 17 00:00:00 2001 From: futa-ikeda Date: Thu, 23 Oct 2025 17:35:33 -0400 Subject: [PATCH 2/2] chore(github actions): another dummy commit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 15286f7f5..ee7c5ff21 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ on: - main - 'release/*' - 'hotfix/*' - - 'feature/*' ## TODO: For testing purpose only, remove later. Some new change for PR testing + - 'feature/*' ## TODO: For testing purpose only, remove later. Some new change for PR testing. Anoother change to make sure tests run now that we have turned the workflow back on... workflow_dispatch: jobs: