Is there a way to automatically disable workflows at night without loosing credits? I know there is a way to check time and date and compare it and only then the workflow goes through, but that uses credits.
Is there a credit free way?
What is the trigger? Schedule?
Yes! Every 12 minutes.
While I’m sure they can implement a better solution, as a workaround could you change the trigger to webhook and run it from a cronjob? Set it to be something like */12 7-19 * * *
which would tell it to run every 12 minutes between 7am and 7pm.
I use cron-job.org for tasks like this.