only:hw_ci

This commit is contained in:
rusefillc 2024-11-21 22:41:20 -05:00
parent 1cfab19240
commit 00376273d4
2 changed files with 2 additions and 1 deletions

View File

@ -122,6 +122,7 @@ jobs:
# (cat .github/workflows/openocd_ci_f4_discovery.cfg ) | .github/workflows/hw-ci/openocd_wipe_and_flash.sh
# (cat .github/workflows/openocd_ci_proteus_f7.cfg ) | .github/workflows/hw-ci/openocd_wipe_and_flash.sh
- name: OpenOCD wipe & flash STM32
run: |
if [ "$(hostname)" == "rusefi-hw-ci-2" -o "$(hostname)" == "mck1117-github-actions-nuc" ]; then

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# for instance
# .github/workflows/hw-ci/run_hw_ci.sh com.rusefi.HwCiF4Proteus
# .github/workflows/hw-ci/run_hw_ci.sh com.rusefi.HwCiProteus
HW_SUITE=$1