Skip to content

Commit

Permalink
Only run universal unit tests when the test data changes (#64)
Browse files Browse the repository at this point in the history
* Only run universal unit tests when the test data changes
  • Loading branch information
typotter authored Sep 12, 2024
1 parent fd4cc8a commit 580a7e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test-sdks-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- 'ufc/**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -37,4 +39,4 @@ jobs:
trigger_workflow: true
wait_workflow: true



4 changes: 3 additions & 1 deletion .github/workflows/test-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Test SDKs Locally

on:
pull_request:
branches: [ "*" ]
paths:
- 'ufc/**'


workflow_dispatch:

Expand Down

0 comments on commit 580a7e3

Please sign in to comment.