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 399f095 commit 12fed71Copy full SHA for 12fed71
.github/workflows/sync-S3-KB.yml
@@ -1,5 +1,7 @@
1
name: syncS3andKB
2
on:
3
+ push:
4
+ branches: ["configure-ast"]
5
workflow_dispatch:
6
inputs:
7
sdk_name:
@@ -39,7 +41,7 @@ jobs:
39
41
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE }} # once merged, update trust policy of the role to point to main branch
40
42
aws-region: us-west-2
43
- - name: Setup Python (for tree-sitter processing)
44
+ - name: Setup Python for processing with tree-sitter
45
if: ${{ env.sdk_name == 'python' }}
46
uses: actions/setup-python@v4
47
with:
0 commit comments