Skip to content

Commit

Permalink
todropfortest
Browse files Browse the repository at this point in the history
  • Loading branch information
qfisch committed Apr 5, 2024
1 parent c949f1e commit 3a9a963
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ 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"]'

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:
Expand Down

0 comments on commit 3a9a963

Please sign in to comment.