Skip to content

Commit 0408c88

Browse files
committed
Revert "remove path from sync script"
This reverts commit 9e7e383.
1 parent f260b08 commit 0408c88

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/sync-sdk.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Sync SDK
22
on:
33
push:
44
branches: ["main", "ci/remove-sync-version"]
5+
paths:
6+
- "packages/aws-durable-execution-sdk-js/**"
57

68
env:
79
AWS_REGION: "us-west-2"

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Sync Testing SDK
33
on:
44
push:
55
branches: ["main", "ci/remove-sync-version"]
6+
paths:
7+
- "packages/aws-durable-execution-sdk-js-testing/**"
68

79
env:
810
AWS_REGION: "us-west-2"

0 commit comments

Comments
 (0)