Skip to content

Commit

Permalink
Change when live CI runs (#1934)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr authored Oct 27, 2021
1 parent 9a1b3ca commit 00c61eb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/live-validation.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
name: Validate with live Azure resources
on:
push:
branches:
- main

schedule:
# chosen via a Google search for “what is the best time”
# https://www.reddit.com/r/dadjokes/comments/6dvftv/what_is_the_best_time_on_the_clock/
- cron: '30 6 * * *'
# 13:00 UTC is a time when both US and NZ are asleep (or headed in that direction)
- cron: '0 13 * * *'

jobs:
test-generator:
Expand Down

0 comments on commit 00c61eb

Please sign in to comment.