Skip to content

Commit

Permalink
disable alarm github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghanlee committed Oct 18, 2024
1 parent 23fb42b commit b345906
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b345906

Please sign in to comment.