Skip to content

Commit 0786f7f

Browse files
authored
Exclude 'dev-neptune-queries' from S3 sync
1 parent 4cb13c5 commit 0786f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/all_code_to_s3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Sync files in S3
3737
if: success()
3838
run: |
39-
aws s3 sync ./ s3://$BUCKET_NAME --exact-timestamps --exclude "data/*" --exclude ".github/*" --exclude "aggregate/*" --exclude ".git/*"
39+
aws s3 sync ./ s3://$BUCKET_NAME --exact-timestamps --exclude "data/*" --exclude ".github/*" --exclude "aggregate/*" --exclude ".git/*" --exclude "dev-neptune-queries/*"
4040
env:
4141
AWS_REGION: ${{ secrets.AWS_REGION }}
4242
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
@@ -50,4 +50,4 @@ jobs:
5050
env:
5151
AWS_REGION: ${{ secrets.AWS_REGION }}
5252
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
53-
53+

0 commit comments

Comments
 (0)