From b34590621848bc7a4e30b874c0d7487813062c93 Mon Sep 17 00:00:00 2001 From: "Lee, Jeong Han" Date: Fri, 18 Oct 2024 11:50:00 -0700 Subject: [PATCH] disable alarm github action --- .github/workflows/ubuntu.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 335697c..0514f91 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -38,14 +38,14 @@ jobs: make build.phoebus make prop.phoebus make install.phoebus - - name: BUild Alarm Trio - run: | - make build - make sd_config - make install - - name: Environment Check - run: make exist - - name: Build Test run - run: - bash scripts/build_test.sh all +# - name: BUild Alarm Trio +# run: | +# make build +# make sd_config +# make install +# - name: Environment Check +# run: make exist +# - name: Build Test run +# run: +# bash scripts/build_test.sh all