mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
build_check.yml aktualisieren
This commit is contained in:
parent
79dc53bc7d
commit
4a5c1b7463
23
.github/workflows/build_check.yml
vendored
23
.github/workflows/build_check.yml
vendored
|
|
@ -92,15 +92,14 @@ jobs:
|
||||||
name: Cppcheck Report
|
name: Cppcheck Report
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
hw_testing:
|
# hw_testing:
|
||||||
name: Hardware Testing
|
# name: Hardware Testing
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: convictional/trigger-workflow-and-wait@v1.6.5
|
# - uses: convictional/trigger-workflow-and-wait@v1.6.5
|
||||||
with:
|
# with:
|
||||||
owner: peterus
|
# owner: peterus
|
||||||
repo: ESP-Boards
|
# repo: ESP-Boards
|
||||||
github_token: ${{ secrets.PAT }}
|
# github_token: ${{ secrets.PAT }}
|
||||||
workflow_file_name: lora_aprs_igate.yml
|
# workflow_file_name: lora_aprs_igate.yml
|
||||||
github_user: peterus
|
# github_user: peterus
|
||||||
ref: ${{ github.ref_name }}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue