Skip to content

Commit 533ef8f

Browse files
author
tejasgn
committed
check in testing branch
1 parent a6712f4 commit 533ef8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-steer-specs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: syncSteerSpecs
22
on:
33
push:
4-
branches: ["main"]
4+
branches: ["sync-for-steer-specs"]
55
workflow_dispatch:
66
inputs:
77
dir_name:
@@ -53,7 +53,7 @@ jobs:
5353
else
5454
aws s3 sync "./$dir_name/" "s3://$S3_NAME-bucket/" --delete
5555
fi
56-
56+
5757
- name: Sync Knowledge Base Data Source
5858
run: |
5959
aws lambda invoke \

0 commit comments

Comments
 (0)