Skip to content

Commit 9e7e383

Browse files
committed
remove path from sync script
1 parent e0a2f08 commit 9e7e383

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/sync-sdk.yml

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

86
env:
97
AWS_REGION: "us-west-2"

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ 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/**"
86

97
env:
108
AWS_REGION: "us-west-2"

0 commit comments

Comments
 (0)