Skip to content

Commit 94375aa

Browse files
committed
update action
1 parent 9a8b058 commit 94375aa

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

.github/workflows/LVGL_MicroPython.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,4 @@ jobs:
8080
body: |
8181
### LVGL & MicroPython Firmware For ESP32
8282
[LVGL_MicroPython](https://github.com/lvgl-micropython/lvgl_micropython)
83-
overwrite: true
84-
85-
Delete_Workflow:
86-
needs: [ LVGL_MicroPython-ESP32 ]
87-
runs-on: ubuntu-22.04
88-
steps:
89-
- name: Delete workflow runs
90-
uses: Mattraks/delete-workflow-runs@main
91-
with:
92-
retain_days: 0
93-
keep_minimum_runs: 4
83+
overwrite: true

.github/workflows/MicroPython.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,4 @@ jobs:
9595
[MicroPython](https://github.com/micropython/micropython)
9696
1. ESP32_GENERIC_SPIRAM_Nx: ESP32、ESP32-WROOM、ESP32-WROVER、ESP32-SOLO、ESP32-PICO、ESP32-MINI with SPIRAM and xMiB Flash
9797
2. ESP32_GENERIC_S3_SPIRAM_OCT_Nx: ESP32-S3、ESP32-S3-WROOM、ESP32-S3-MINI with Octal-SPIRAM and xMiB Flash
98-
overwrite: true
99-
100-
Delete_Workflow:
101-
needs: [ MicroPython_ESP32 ]
102-
runs-on: ubuntu-22.04
103-
steps:
104-
- name: Delete workflow runs
105-
uses: Mattraks/delete-workflow-runs@main
106-
with:
107-
retain_days: 0
108-
keep_minimum_runs: 4
98+
overwrite: true

0 commit comments

Comments
 (0)