Skip to content

Commit

Permalink
add deploy-release arg to PIO reusable CI call
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 3, 2023
1 parent 457e036 commit 2ff3f2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_platformIO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
validate_lib_json:
uses: nRF24/.github/.github/workflows/validate_deploy_platformio.yaml@main
secrets: inherit
with:
deploy-release: ${{ github.event_name == 'release' }}

check_formatting:
uses: nRF24/.github/.github/workflows/cpp_lint.yaml@main
Expand Down

0 comments on commit 2ff3f2b

Please sign in to comment.