Browse Source

Update release time to 1pm UTC

Issue gh-10451
pull/10929/head
Eleftheria Stein 4 years ago
parent
commit
e472cc1cc8
  1. 2
      .github/workflows/release-next-version.yml

2
.github/workflows/release-next-version.yml

@ -2,7 +2,7 @@ name: Release Next Version
on: on:
schedule: schedule:
- cron: '0 0 * * MON' # Every Monday - cron: '0 13 * * MON' # Every Monday at 1pm UTC
workflow_dispatch: # Manual trigger workflow_dispatch: # Manual trigger
env: env:

Loading…
Cancel
Save