Skip to content

Commit 580a7e3

Browse files
authored
Only run universal unit tests when the test data changes (#64)
* Only run universal unit tests when the test data changes
1 parent fd4cc8a commit 580a7e3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/test-sdks-remote.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'ufc/**'
79
workflow_dispatch:
810

911
jobs:
@@ -37,4 +39,4 @@ jobs:
3739
trigger_workflow: true
3840
wait_workflow: true
3941

40-
42+

.github/workflows/test-sdks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Test SDKs Locally
22

33
on:
44
pull_request:
5-
branches: [ "*" ]
5+
paths:
6+
- 'ufc/**'
7+
68

79
workflow_dispatch:
810

0 commit comments

Comments
 (0)