scan ble advertise packages
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
20
.github/workflows/esp32_build.yml
vendored
20
.github/workflows/esp32_build.yml
vendored
@@ -1,16 +1,20 @@
|
||||
name: ESP-IDF Build
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "firmware/**"
|
||||
- ".github/workflows/esp32_build.yml"
|
||||
pull_request:
|
||||
merge_group:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 5 * * 3"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
merge_group:
|
||||
schedule:
|
||||
- cron: "0 5 * * 3"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
@@ -20,7 +24,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
idf_ver: [release-v5.4, release-v5.5, latest]
|
||||
idf_target: [esp32s3]
|
||||
idf_target: [esp32c6, esp32s3]
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
|
Reference in New Issue
Block a user