Skip to content

Commit

Permalink
Keep alert.yml workflow alive
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Jun 19, 2024
1 parent 246ab79 commit fef6f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .cookiecutter/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name: Keepalive
on:
workflow_run:
workflows: [CI]
workflows: [CI, Alert]
types: [completed]
branches: [main]
jobs:
Expand Down

0 comments on commit fef6f14

Please sign in to comment.