From 3a9a96320f4ad7b6f4512229626e2985572f1de4 Mon Sep 17 00:00:00 2001 From: Quentin Fisch Date: Fri, 5 Apr 2024 11:25:26 +0200 Subject: [PATCH] todropfortest --- .github/workflows/arduino.yml | 2 +- .github/workflows/platformio.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/arduino.yml b/.github/workflows/arduino.yml index f471f6d..7db8f68 100644 --- a/.github/workflows/arduino.yml +++ b/.github/workflows/arduino.yml @@ -10,7 +10,7 @@ on: jobs: Arduino-Checks: - uses: sensirion/.github/.github/workflows/upt.arduino.check.yml@main + uses: sensirion/.github/.github/workflows/upt.arduino.check.yml@renaming with: expect-arduino-examples: true lint-lib-manager-check: update diff --git a/.github/workflows/platformio.yml b/.github/workflows/platformio.yml index 4e873c4..98634da 100644 --- a/.github/workflows/platformio.yml +++ b/.github/workflows/platformio.yml @@ -12,12 +12,12 @@ on: jobs: PlatformIO-Check: - uses: sensirion/.github/.github/workflows/upt.platformio.check.yml@main + uses: sensirion/.github/.github/workflows/upt.platformio.check.yml@renaming with: pio-environment-list: '["ble_example", "basicUsage"]' PlatformIO-Build: - uses: sensirion/.github/.github/workflows/upt.platformio.build.yml@main + uses: sensirion/.github/.github/workflows/upt.platformio.build.yml@renaming needs: PlatformIO-Check with: pio-environment-list: '["ble_example", "basicUsage"]' @@ -25,12 +25,12 @@ jobs: PlatformIO-Package: if: ${{ (github.ref_type != 'tag') && (github.ref_name == 'master') }} needs: PlatformIO-Build - uses: sensirion/.github/.github/workflows/upt.platformio.publish.yml@main + uses: sensirion/.github/.github/workflows/upt.platformio.publish.yml@renaming with: should-publish: false PlatformIO-Publish: - uses: sensirion/.github/.github/workflows/upt.platformio.publish.yml@main + uses: sensirion/.github/.github/workflows/upt.platformio.publish.yml@renaming if: github.ref_type == 'tag' needs: PlatformIO-Build with: