Skip to content

Commit

Permalink
Move everything an hour earlier, to better align with BST
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMoore committed May 30, 2024
1 parent 2d550c3 commit 31141b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ingest-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Ingest metadata to dev

on:
schedule:
- cron: "0 10,15 * * *" # 10am, 3pm
- cron: "0 9,14 * * *" # 9am, 2pm UTC
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ingest-test-and-preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Ingest metadata to test and preprod

on:
schedule:
- cron: "0 4 * * *" # 4am
- cron: "0 3 * * *" # 3am UTC
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 31141b3

Please sign in to comment.