Skip to content

Commit c9d1ac9

Browse files
committed
Revert "test sync scripts on ci branch"
This reverts commit e0a2f08.
1 parent 0408c88 commit c9d1ac9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sync-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Sync SDK
22
on:
33
push:
4-
branches: ["main", "ci/remove-sync-version"]
4+
branches: ["main"]
55
paths:
66
- "packages/aws-durable-execution-sdk-js/**"
77

.github/workflows/sync-testing-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sync Testing SDK
22

33
on:
44
push:
5-
branches: ["main", "ci/remove-sync-version"]
5+
branches: ["main"]
66
paths:
77
- "packages/aws-durable-execution-sdk-js-testing/**"
88

0 commit comments

Comments
 (0)