Originally created by @sangregoriopaolo on GitHub (Jan 22, 2017).
Hi, is there any way to run a job every Nth day of the month? For example I would like to run a job on the 1st day of every month.
Originally created by @sangregoriopaolo on GitHub (Jan 22, 2017).
Hi, is there any way to run a job every Nth day of the month? For example I would like to run a job on the 1st day of every month.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @sangregoriopaolo on GitHub (Jan 22, 2017).
Hi, is there any way to run a job every Nth day of the month? For example I would like to run a job on the 1st day of every month.
@gazay commented on GitHub (Feb 15, 2017):
I have same question :)
@gazay commented on GitHub (Feb 15, 2017):
Using workaround for now – run task every day and check on start
return unless Date.today.day == 1