endoflife-date / endoflife-date/release-data
Trigger deployments on automated pushes
Open
- Dominant language
- Python
- Stars
- 221
- Forks
- 71
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 11
Description
#45 was meant to trigger deployments on Netlify on each push to the main branch on this repo. While it works for commits from users, it doesn't work for automated commits, the ones that we really want this to trigger on.
We need to move the deploy job to the schedule workflow (https://github.com/endoflife-date/release-data/blob/main/.github/workflows/update.yml#L65-L69) conditional on the commit being made.
Contributor guide
Assessment
This issue has not been assessed yet.