Skip to content

Commit

Permalink
Merge pull request #56 from freedomofpress/cleanup-on-push
Browse files Browse the repository at this point in the history
Run cleanup workflow on main pushes
  • Loading branch information
legoktm authored Apr 10, 2024
2 parents 570ba4d + 8f4faa7 commit 996364d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Remove old packages
on:
schedule:
- cron: "0 8 * * *"
push:
branches:
- main
defaults:
run:
shell: bash
Expand Down

0 comments on commit 996364d

Please sign in to comment.