Skip to content

Commit

Permalink
ci: disable ghcr retention schedule while it's broken (#7154)
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <[email protected]>
  • Loading branch information
BeryJu authored Oct 12, 2023
1 parent ccd805e commit 6d1eef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr-retention.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: ghcr-retention

on:
schedule:
- cron: "0 0 * * *" # every day at midnight
# schedule:
# - cron: "0 0 * * *" # every day at midnight
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 6d1eef0

Please sign in to comment.