Skip to content

Commit

Permalink
Converted time to work with UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManWhoLikesToCode authored Jan 21, 2024
1 parent 09b3782 commit 565c84b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Update-Cumulative-Users.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update-Cumulative-Users
on:
schedule:
- cron: "55 23 * * *"
- cron: "55 04 * * *"
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
MERGE_METHOD: "squash"
MERGE_COMMIT_MESSAGE: "pull-request-title"
MERGE_RETRIES: "6"
MERGE_RETRY_SLEEP: "10000"
MERGE_RETRY_SLEEP: "10000"

0 comments on commit 565c84b

Please sign in to comment.