Skip to content

Commit

Permalink
Merge pull request #868 from openSUSE/fix_schedule
Browse files Browse the repository at this point in the history
CI integration test - fixed schedule, the time is UTC
  • Loading branch information
lslezak authored Nov 15, 2023
2 parents 9e62e88 + 3c9d8e7 commit 769e8ff
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 769e8ff

Please sign in to comment.