Skip to content

Commit 92df19f

Browse files
Merge pull request #4 from program--/main
gh workflow fix
2 parents 597c220 + 93faa24 commit 92df19f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Deploy-Lambda.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
paths:
44
- runtime.R
55
- Dockerfile
6+
- .github/workflows/Deploy-Lambda.yaml
67

78
name: Build and Deploy Lambda
89

@@ -33,6 +34,7 @@ jobs:
3334
- name: Verify ECR Repository
3435
env:
3536
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
37+
continue-on-error: true
3638
run: |
3739
(aws ecr describe-repositories --repository-names ${ECR_REPOSITORY} \
3840
&& docker pull ${ECR_REGISTRY}/${ECR_REPOSITORY}:latest) \

0 commit comments

Comments
 (0)