only:hw_ci
This commit is contained in:
parent
1cfab19240
commit
00376273d4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue