Skip to content

Commit

Permalink
update: workflow pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatahalder01 committed Apr 17, 2024
1 parent 0fa439c commit d68e408
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/del.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Delete old workflow runs
name: Del_workflow_runs
on:
# schedule:
# - cron: '0 0 1 * *'
Expand All @@ -19,6 +19,6 @@ jobs:
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: 60
keep_minimum_runs: 2
delete_workflow_pattern: api-tests.yml
retain_days: 30
keep_minimum_runs: 50
delete_workflow_pattern: API Tests

0 comments on commit d68e408

Please sign in to comment.