From ccf73cca69c407c6533caaa1014e8f8263d4cd6f Mon Sep 17 00:00:00 2001 From: Trung-Tin Pham <60747384+AtelyPham@users.noreply.github.com> Date: Wed, 27 Nov 2024 20:21:13 +0700 Subject: [PATCH] chore(repo): Disable test workflow --- .github/workflows/test.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 315679d57..9fda0a907 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,13 +1,14 @@ -name: build ๐Ÿ—๏ธ +name: test ๐Ÿงช on: - pull_request: - branches: [develop, staging, master, feature/**] + workflow_dispatch: - push: - branches: [develop, staging, master, feature/**] + # TODO: Re-enable once @webb-tools/sdk-core is removed + # pull_request: + # branches: [develop, staging, master, feature/**] - workflow_dispatch: + # push: + # branches: [develop, staging, master, feature/**] jobs: build_code: