increase timeout and allow manual trigger
Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
2
.github/workflows/esp-idf_release.yml
vendored
2
.github/workflows/esp-idf_release.yml
vendored
@@ -1,6 +1,7 @@
|
|||||||
name: Release the ESP-IDF Project
|
name: Release the ESP-IDF Project
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
@@ -35,3 +36,4 @@ jobs:
|
|||||||
url: "${{ secrets.UPLOAD_URL }}"
|
url: "${{ secrets.UPLOAD_URL }}"
|
||||||
method: "POST"
|
method: "POST"
|
||||||
files: '{ "file": "${{ github.workspace }}/ePaper-ESP-IDF/build/firmware.bin" }'
|
files: '{ "file": "${{ github.workspace }}/ePaper-ESP-IDF/build/firmware.bin" }'
|
||||||
|
timeout: 30000
|
||||||
|
Reference in New Issue
Block a user