Skip to content

Commit

Permalink
Changed Protocol Test with Coverage Schedule (#10571)
Browse files Browse the repository at this point in the history
changed to every saturday at 13:00
  • Loading branch information
soloseng committed Sep 18, 2023
1 parent 07f25e9 commit 0afd1ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-protocol-test-with-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: Protocol tests with coverage
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
on:
schedule:
# daily at 13:00 UTC
- cron: 0 13 * * *
# Every Saturday at 13:00 UTC
- cron: 0 13 * * 6
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 0afd1ce

Please sign in to comment.