diff --git a/.cookiecutter/cookiecutter.json b/.cookiecutter/cookiecutter.json index 0f6b8d4..58a0b29 100644 --- a/.cookiecutter/cookiecutter.json +++ b/.cookiecutter/cookiecutter.json @@ -31,6 +31,7 @@ "__coverage_runner_type": "ubuntu-latest", "__functests_runner_type": "ubuntu-latest", "_repo_dir": "/home/seanh/.cookiecutters/cookiecutters/pypackage", - "_checkout": null + "_checkout": null, + "__scheduled_workflows": ", Alert" } } diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index a199489..c4fb040 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -15,7 +15,7 @@ name: Keepalive on: workflow_run: - workflows: [CI] + workflows: [CI, Alert] types: [completed] branches: [main] jobs: