We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb13c5 commit 0786f7fCopy full SHA for 0786f7f
.github/workflows/all_code_to_s3.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Sync files in S3
37
if: success()
38
run: |
39
- aws s3 sync ./ s3://$BUCKET_NAME --exact-timestamps --exclude "data/*" --exclude ".github/*" --exclude "aggregate/*" --exclude ".git/*"
+ aws s3 sync ./ s3://$BUCKET_NAME --exact-timestamps --exclude "data/*" --exclude ".github/*" --exclude "aggregate/*" --exclude ".git/*" --exclude "dev-neptune-queries/*"
40
env:
41
AWS_REGION: ${{ secrets.AWS_REGION }}
42
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
@@ -50,4 +50,4 @@ jobs:
50
51
52
53
-
+
0 commit comments