Test build offline in PR #3
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: TEST Build Offline Installer on PR | ||
| on: | ||
| pull_request: | ||
| branches: | ||
| - feat/replace_pdf_with_html_doc | ||
| jobs: | ||
| trigger-build-offline-installer: | ||
| name: Trigger Build Offline Installer | ||
| uses: .github/workflows/build-offline-installer.yml@feat/replace_pdf_with_html_doc | ||
|
Check failure on line 11 in .github/workflows/pr-trigger.yml
|
||
| with: | ||
| esp_idf_version: v5.4 | ||