Skip to content

Commit

Permalink
CI integration test - fixed schedule, the time is UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Nov 15, 2023
1 parent 9e62e88 commit 3c9d8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: "CI - Integration Tests"

on:
schedule:
# at 10:50 every day from Monday to Friday
- cron: "50 10 * * 1-5"
# at 9:50 UTC every day from Monday to Friday
- cron: "50 9 * * 1-5"

# allow running manually
workflow_dispatch:
Expand Down

0 comments on commit 3c9d8e7

Please sign in to comment.