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
Every night at approximately the same time a Netlify Build/Deployement is triggered unnecessarily.
Since the page belongs to a small school the free tier of Netlify should be used, but these deployements are eating up build-minutes.
This is how it looks like in the Netlify Backend.
Here the Plugin Configuration. Nothing special I would say.
I tried to block all deployments using the gatsby_pre_log_action_monitor_action filter, as described here.
Every night at approximately the same time a Netlify Build/Deployement is triggered unnecessarily.
Since the page belongs to a small school the free tier of Netlify should be used, but these deployements are eating up build-minutes.
This is how it looks like in the Netlify Backend.
Here the Plugin Configuration. Nothing special I would say.
I tried to block all deployments using the
gatsby_pre_log_action_monitor_action
filter, as described here.But the above did not stop those nighly deployments.
What is going on?
Is it a feature of the plugin?
Is there a way to stop it?
The text was updated successfully, but these errors were encountered: