You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
#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.
The text was updated successfully, but these errors were encountered: