Skip to content

Commit

Permalink
keep
Browse files Browse the repository at this point in the history
  • Loading branch information
t0saki committed Aug 30, 2024
1 parent 8950d6b commit efe0391
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 部分步骤借鉴https://github.com/P3TERX/Actions-OpenWrt/blob/main/.github/workflows/openwrt-builder.yml

name: Build OpenWrt Firmware

on:
Expand Down Expand Up @@ -127,11 +129,11 @@ jobs:
body_path: release.txt
files: ${{ env.FIRMWARE }}/*

- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@main
with:
retain_days: 7
keep_minimum_runs: 3
# - name: Delete workflow runs
# uses: Mattraks/delete-workflow-runs@main
# with:
# retain_days:
# keep_minimum_runs: 3

# - name: Remove old Releases
# uses: dev-drprasad/delete-older-releases@master
Expand Down

0 comments on commit efe0391

Please sign in to comment.