Skip to content

Commit

Permalink
Merge pull request #95 from inbo/gha
Browse files Browse the repository at this point in the history
GHA artifact removal: weekly instead of daily
  • Loading branch information
florisvdh authored Dec 20, 2021
2 parents e850598 + c6c7520 commit 32d5540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remove_old_artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Remove old artifacts

on:
schedule:
# Every day at 1am
- cron: '0 1 * * *'
# Every Sunday at 1am
- cron: '0 1 * * SUN'

jobs:
remove-old-artifacts:
Expand Down

0 comments on commit 32d5540

Please sign in to comment.