Don't copy search attributes if they are set in the options and empty #1244
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Features Integration Tests" | ||
| on: [push, pull_request] | ||
| jobs: | ||
| features-test: | ||
|
Check failure on line 5 in .github/workflows/features.yml
|
||
| uses: temporalio/features/.github/workflows/java.yaml@main | ||
| with: | ||
| java-repo-path: ${{github.event.pull_request.head.repo.full_name}} | ||
| version: ${{github.event.pull_request.head.ref}} | ||
| version-is-repo-ref: true | ||