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
+1 -1
View File
@@ -2,7 +2,7 @@ name: Poll llama.cpp & Trigger Build
on: on:
schedule: schedule:
- cron: '0 * * * *' - cron: '0 */4 * * *'
workflow_dispatch: workflow_dispatch:
permissions: permissions:
@@ -9,6 +9,10 @@ on:
keep: keep:
description: Number of latest tags to keep description: Number of latest tags to keep
default: "3" default: "3"
workflow_run:
workflows: ["Build & Publish AMD Strix Halo Toolboxes"]
types: [completed] # runs after success/failure/cancel
branches: [main]
jobs: jobs:
prune: prune: