Skip to content

Commit f8d8f08

Browse files
chore: fix non prod daily CI for Go (#2006)
1 parent 728158e commit f8d8f08

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci_test_go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,6 @@ jobs:
135135
if: matrix.library == 'DynamoDbEncryption'
136136
working-directory: ./Examples/runtimes/go
137137
run: |
138+
go mod tidy
138139
go run main.go
139140
go test ./...

.github/workflows/non-prod.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
schedule:
99
- cron: "00 18 * * 1-5"
1010
workflow_dispatch:
11+
pull_request:
12+
paths:
13+
- ".github/workflows/non-prod.yml"
14+
- ".github/workflows/ci_test_go.yml"
1115

1216
jobs:
1317
getVersion:

0 commit comments

Comments
 (0)