Skip to content

Commit 39de989

Browse files
committed
ci: remmoved guithub flows from sam validate
1 parent f1d1235 commit 39de989

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pull_request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
2020
- name: Validate SAM Templates
2121
run: |
22-
for template in $(find . -name "*.yaml" -o -name "*.yml"); do
22+
for template in $(find . -name "*.yaml" -o -name "*.yml" -not -path "./.github/*"); do
2323
echo "Validating template: $template"
2424
sam validate --template-file "$template" --region us-east-2 --lint
2525
done

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Build and Deploy Lambda
1+
name: Build and Deploy AWS Unified Firehose
22

33
on:
44
push:
55
branches:
66
- main
7-
7+
88
jobs:
99
build-and-deploy:
1010
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)