We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d34990 commit 8339ceeCopy full SHA for 8339cee
.github/actions/setup/action.yml
@@ -111,4 +111,4 @@ outputs:
111
112
specs_matrix:
113
description: Generate the matrix for specs
114
- value: ${{ steps.set-matrix.outputs.specs_matrix }}
+ value: '{"client": [${{ COMMON_CHANGE=$(github.ref == "refs/heads/main" || steps.diff.outputs.GITHUB_ACTIONS_CHANGED > 0 || steps.diff.outputs.COMMON_SPECS_CHANGED > 0) && echo $COMMON_CHANGE }}]}'
0 commit comments