Skip to content

Commit 67cc868

Browse files
committed
update action
1 parent 94375aa commit 67cc868

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

.github/workflows/LVGL_MicroPython.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,14 @@ jobs:
8080
body: |
8181
### LVGL & MicroPython Firmware For ESP32
8282
[LVGL_MicroPython](https://github.com/lvgl-micropython/lvgl_micropython)
83-
overwrite: true
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

.github/workflows/MicroPython.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,14 @@ 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
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

0 commit comments

Comments
 (0)