Skip to content

Commit

Permalink
Run serverless integration tests every morning (US-East timezone) (#2…
Browse files Browse the repository at this point in the history
…2296)

Run serverless integration tests every morning (US-East timezone)
  • Loading branch information
duncanpharvey committed Jan 25, 2024
1 parent 9b22204 commit ab57d36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/serverless-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- 'pkg/serverless/**'
- 'test/integration/serverless/**'
- '.github/workflows/serverless-integration.yml'
schedule:
- cron: '0 14 * * *' # cron schedule uses UTC timezone. Run tests at the beginning of the day in US-East

jobs:
test:
Expand Down

0 comments on commit ab57d36

Please sign in to comment.