]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Chore: Transition the trigger to either time or manual run, reducing runs and rate...
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Fri, 3 Oct 2025 00:54:47 +0000 (17:54 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Oct 2025 00:54:47 +0000 (17:54 -0700)
.github/workflows/cleanup-tags.yml

index 5a5085775270afc9fdf9e128077ec5a588c53f38..e0d81bb4a52d4728fc7b7ce101dc9a3bca053dd3 100644 (file)
@@ -6,10 +6,9 @@
 # This workflow will not trigger runs on forked repos.
 name: Cleanup Image Tags
 on:
-  delete:
-  push:
-    paths:
-      - ".github/workflows/cleanup-tags.yml"
+  workflow_dispatch:
+  schedule:
+    - cron: '0 0 * * 0'
 concurrency:
   group: registry-tags-cleanup
   cancel-in-progress: false