Skip to content

Commit 0b249c6

Browse files
committed
Update cleanup-ghcr.yml
1 parent 316820b commit 0b249c6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/cleanup-ghcr.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
registry_package:
55
types: [ published ]
66
package_type: container
7-
# schedule:
8-
# - cron: '0 2 * * *' # daily at 02:00 UTC
9-
# push:
10-
# branches: [ docker ]
117

128
permissions:
139
contents: read
@@ -67,3 +63,8 @@ jobs:
6763
fi
6864
done
6965
done
66+
67+
# schedule:
68+
# - cron: '0 2 * * *' # daily at 02:00 UTC
69+
# push:
70+
# branches: [ docker ]

0 commit comments

Comments
 (0)