Skip to content

Commit

Permalink
changing cron schedule for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rajpalc7 authored Nov 20, 2023
1 parent 6b6f5ca commit 6d9282e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/delete_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Delete old container images

on:
schedule:

- cron: '0 0 * * 2' #Every Tuesday
- cron: "*/5 0 * * *" # every 5 min
push:
branches:
- ghcr-clean


jobs:
Expand Down

0 comments on commit 6d9282e

Please sign in to comment.