diff --git a/.github/workflows/delete-images.yml b/.github/workflows/delete-images.yml index 9ff9a67e..1f58681f 100644 --- a/.github/workflows/delete-images.yml +++ b/.github/workflows/delete-images.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: schedule: # * is a special character in YAML so you have to quote this string - - cron: '0 1 * * *' + - cron: '0 0 1 * *' jobs: build: @@ -27,4 +27,4 @@ jobs: const deleteResponse = await github.request("DELETE /orgs/${{ github.repository_owner }}/packages/container/${{ env.PACKAGE_NAME }}/versions/" + version.id, { }); console.log("status " + deleteResponse.status) } - } \ No newline at end of file + }