Skip to content

Commit 48cce2b

Browse files
committed
Mirror verta/main
1 parent ac39392 commit 48cce2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/verta-build.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
${{ env.ECR_REPOSITORY }}:${{ steps.image_info.outputs.tag }}
8787
8888
- name: Configure AWS credentials for us-west-2
89+
# external components should mirror every merge to verta/main
8990
if: startsWith( github.ref, 'refs/heads/release/' ) || ( github.ref == 'refs/heads/verta/main' )
9091
uses: aws-actions/configure-aws-credentials@v2
9192
with:
@@ -185,6 +186,7 @@ jobs:
185186
${{ env.ECR_REPOSITORY }}:${{ steps.image_info.outputs.tag }}
186187
187188
- name: Configure AWS credentials for us-west-2
189+
# external components should mirror every merge to verta/main
188190
if: startsWith( github.ref, 'refs/heads/release/' ) || ( github.ref == 'refs/heads/verta/main' )
189191
uses: aws-actions/configure-aws-credentials@v2
190192
with:

0 commit comments

Comments
 (0)