Rename workflow for GHCR container image cleanup

pull/6793/head
Shlee 4 weeks ago committed by GitHub
parent d4d74a96f3
commit 7bf4e64d95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,4 +1,4 @@
name: Cleanup Old Container Images
name: Cleanup Old GHCR Container Images
on:
schedule:
@ -12,9 +12,6 @@ permissions:
jobs:
cleanup:
runs-on: ubuntu-latest
# Only run in the upstream repo — forks shouldn't run scheduled jobs
# against their own packages using this hardcoded config, and cron
# triggers fire on forks too unless guarded like this.
if: github.repository == 'pixelfed/pixelfed'
steps:
- name: Clean up old images

Loading…
Cancel
Save