Skip to content

Commit

Permalink
Change comment on workflow remove old artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Jan 11, 2021
1 parent c866807 commit 7fcbb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remove-old-artifacts.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Delete old artifacts'
on:
schedule:
- cron: '0 0 * * *' # every hour
- cron: '0 0 * * *' # every day

jobs:
delete-artifacts:
Expand Down

0 comments on commit 7fcbb3a

Please sign in to comment.