GitHub Actions Cron Weekly

0 0 * * 1

Every Monday at 12:00 AM

Next 10 Executions

Times shown in UTC

  • Mon, May 25, 202600:00
  • Mon, Jun 1, 202600:00
  • Mon, Jun 8, 202600:00
  • Mon, Jun 15, 202600:00
  • Mon, Jun 22, 202600:00
  • Mon, Jun 29, 202600:00
  • Mon, Jul 6, 202600:00
  • Mon, Jul 13, 202600:00
  • Mon, Jul 20, 202600:00
  • Mon, Jul 27, 202600:00

Field Breakdown

0
Minute
0
0
Hour
0
*
Day of Month
Every day
*
Month
Every month
1
Day of Week
Mon

About This Schedule

To schedule a weekly GitHub Actions workflow on Monday at midnight UTC:


The `1` in the day-of-week field means Monday (0=Sunday, 1=Monday, ..., 6=Saturday). Weekly workflows are common for dependency audit reports, weekly test matrix runs, stale issue cleanup bots, and periodic repository maintenance.

You can also schedule multiple cron entries in the same workflow to run on different days or at different times. This is useful for workflows that need to run on both a daily quick check and a weekly comprehensive scan.

Frequently Asked Questions