web: Submit the extension at 2AM Saturday UTC.

The reason for this is twofold:

 * Running the release at the same time as the build means we are likely to miss the actual XPI file we need to build. This is a race condition introduced by this being a different workflow that waiting a bit should at least paper over.
  * While our policy was "release on Fridays", this was Friday in US time. Workflows are scheduled in UTC, so it was coinciding with the Thursday nightly.
This commit is contained in:
David Wendt 2023-04-13 21:05:53 -04:00 committed by kmeisthax
parent fef7eeed90
commit debb45706a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Release to addons.mozilla.org
on: on:
#Run weekly every Friday #Run weekly every Friday
schedule: schedule:
- cron: "0 0 * * 5" - cron: "0 2 * * 6"
#Allow for manual releases if needed #Allow for manual releases if needed
workflow_dispatch: workflow_dispatch: