From dff312a766e2474ac6dbf20edc08f85f95144092 Mon Sep 17 00:00:00 2001 From: Ryan Butler Date: Wed, 29 May 2024 14:53:13 -0400 Subject: [PATCH] ci: make delete-tmp-release callable --- .github/workflows/delete-tmp-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/delete-tmp-release.yaml b/.github/workflows/delete-tmp-release.yaml index 104d81e0..352d0f25 100644 --- a/.github/workflows/delete-tmp-release.yaml +++ b/.github/workflows/delete-tmp-release.yaml @@ -1,6 +1,7 @@ name: Delete Expired Releases on: workflow_dispatch: + workflow_call: schedule: # * is a special character in YAML so you have to quote this string - cron: '20 4 * * *' # Run every day at 4:20