Skip to content

Commit

Permalink
Clean-up workflow runs via GitHub Ations []ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Jun 19, 2024
1 parent 39cfdfa commit 63ca9ac
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/clean.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Clean-up"

on:
schedule:
- cron: "17 3 * * 0"
workflow_dispatch:

jobs:
clean:
runs-on: ubuntu-latest
steps:
- name: Delete workflow runs
uses: dmvict/clean-workflow-runs@v1
with:
run_conclusions: skipped,success
save_period: 90
save_min_runs_number: 25
dry: false
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
# The branches below must be a subset of the branches above
branches: [ "master" ]
schedule:
- cron: '32 1 * * 3'
- cron: "27 3 * * 0"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 63ca9ac

Please sign in to comment.