Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit d45c8f6

Browse files
✨ Delete Old Workflow Runs
Signed-off-by: JumperBot_ <contactjumperbot@gmail.com>
1 parent 9a3d916 commit d45c8f6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Delete_Workflow_History
2+
on:
3+
schedule:
4+
- cron: 0 0 * * 3
5+
workflow_dispatch:
6+
jobs:
7+
eradicate:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Delete workflow runs
11+
uses: MajorScruffy/delete-old-workflow-runs@v0.1.0
12+
with:
13+
repository: JumperBot/Java-SomeUtils
14+
older-than-seconds: 604800
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /