auto-run prune job on completion of build and publish job

This commit is contained in:
Donato Capitella
2025-08-24 21:32:15 +01:00
parent 1acda69224
commit cf63be86bf
2 changed files with 5 additions and 1 deletions
@@ -9,6 +9,10 @@ on:
keep:
description: Number of latest tags to keep
default: "3"
workflow_run:
workflows: ["Build & Publish AMD Strix Halo Toolboxes"]
types: [completed] # runs after success/failure/cancel
branches: [main]
jobs:
prune: