We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728158e commit f8d8f08Copy full SHA for f8d8f08
2 files changed
.github/workflows/ci_test_go.yml
@@ -135,5 +135,6 @@ jobs:
135
if: matrix.library == 'DynamoDbEncryption'
136
working-directory: ./Examples/runtimes/go
137
run: |
138
+ go mod tidy
139
go run main.go
140
go test ./...
.github/workflows/non-prod.yml
@@ -8,6 +8,10 @@ on:
8
schedule:
9
- cron: "00 18 * * 1-5"
10
workflow_dispatch:
11
+ pull_request:
12
+ paths:
13
+ - ".github/workflows/non-prod.yml"
14
+ - ".github/workflows/ci_test_go.yml"
15
16
jobs:
17
getVersion:
0 commit comments