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