Skip to content

Commit

Permalink
paused nightly cron until 128 is completed
Browse files Browse the repository at this point in the history
  • Loading branch information
samir-gandhi committed Oct 9, 2023
1 parent b064c53 commit 4f67eef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/acceptance-test-multi-region.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ on:
# we recommend testing at a regular interval not necessarily tied to code changes. This will
# ensure you are alerted to something breaking due to an API change, even if the code did not
# change.
schedule:
- cron: '0 7 * * *'
# PAUSED: Uncomment the following lines to enable a cron schedule for regular testing.
# schedule:
# - cron: '0 7 * * *'
jobs:
# ensure the code builds...
build:
Expand Down

0 comments on commit 4f67eef

Please sign in to comment.