Skip to content

Commit 750ee52

Browse files
authored
Merge branch 'main' into fix/go/sqs-lambda
2 parents ef5995a + eb0223b commit 750ee52

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Get the list of changed files, excluding Markdown files and deleted files
3434
- name: Get changed files
3535
id: changed-files
36-
uses: tj-actions/changed-files@115870536a85eaf050e369291c7895748ff12aea
36+
uses: tj-actions/changed-files@666c9d29007687c52e3c7aa2aac6c0ffcadeadc3
3737
with:
3838
files: ${{ matrix.language }}/**
3939
files_ignore: '**/*.md'

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,11 @@ $RECYCLE.BIN/
375375

376376
### CDK-specific ignores ###
377377
*.swp
378-
cdk.context.json
379378
package-lock.json
380379
yarn.lock
381380
.cdk.staging
382381
cdk.out
382+
383+
# Although this file is being ignored in this repository, generally it should be commited.
384+
# https://docs.aws.amazon.com/cdk/v2/guide/context.html#context-construct
385+
cdk.context.json

0 commit comments

Comments
 (0)