Commit 2ff3f2b9 authored by Brendan's avatar Brendan

add `deploy-release` arg to PIO reusable CI call

parent 457e0369
...@@ -23,6 +23,8 @@ jobs: ...@@ -23,6 +23,8 @@ jobs:
validate_lib_json: validate_lib_json:
uses: nRF24/.github/.github/workflows/validate_deploy_platformio.yaml@main uses: nRF24/.github/.github/workflows/validate_deploy_platformio.yaml@main
secrets: inherit secrets: inherit
with:
deploy-release: ${{ github.event_name == 'release' }}
check_formatting: check_formatting:
uses: nRF24/.github/.github/workflows/cpp_lint.yaml@main uses: nRF24/.github/.github/workflows/cpp_lint.yaml@main
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment