Skip to content

Releases: grbnb/random-workflow-cron

v2

13 Apr 05:07
Compare
Choose a tag to compare
  • Add custom time zone functionality to address time zone issues to match users' local time zones.
  • It's not just about simply averaging the width between partitions, but also automatically adjusting the width to ensure that the generated interval can cover the entire range.

Random Cron

v1

13 Apr 05:05
Compare
Choose a tag to compare
  • Generate a random cron expression based on the current time and specified number of intervals.
  • Due to time difference issue [default UTC+0], the correct range of random hour intervals cannot be set temporarily.
  • This version is based on shell running; Due to being a bash script, variables need to be introduced sequentially in the action.yml file.