Skip to content

Commit

Permalink
update teamcity diff check to run every monday morning also (GoogleCl…
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau authored and balanaguharsha committed May 2, 2024
1 parent bca089b commit a0fc49e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/teamcity-services-diff-check-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:

# Scheduled checks to catch edge cases
schedule:
# Every Tuesday morning
- cron: '0 4 * * 2'
# Every Monday and Tuesday morning
- cron: '0 4 * * 1-2'

jobs:
terraform-provider-google:
Expand Down

0 comments on commit a0fc49e

Please sign in to comment.