Skip to content

Commit

Permalink
Gowork off on serverless integration test (DataDog#31775)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFairise2 authored Dec 5, 2024
1 parent 835a848 commit 01b605d
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 @@ -9,6 +9,7 @@ on:
- 'pkg/serverless/**'
- 'test/integration/serverless/**'
- '.github/workflows/serverless-integration.yml'
- 'go.mod'
schedule:
- cron: '0 14 * * *' # cron schedule uses UTC timezone. Run tests at the beginning of the day in US-East

Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.SERVERLESS_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.SERVERLESS_AWS_SECRET_ACCESS_KEY }}
GOWORK: off
with:
timeout_minutes: 60
max_attempts: 2
Expand Down

0 comments on commit 01b605d

Please sign in to comment.