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 b5c7e24 commit af81042Copy full SHA for af81042
.github/workflows/test-all-versions.pr.yml
@@ -26,9 +26,10 @@ jobs:
26
OUTPUT=`node scripts/pr-labels-to-npm-workspace-args.mjs "$PR_LABELS"`
27
echo "args=$OUTPUT" >> $GITHUB_OUTPUT
28
29
- tav:
30
- uses: ./.github/workflows/test-all-versions.yml
31
- needs: parse-labels
32
- with:
33
- npm-workspace-args: ${{ needs.parse-labels.outputs.args }}
34
- if: ${{ needs.parse-labels.outputs.args != '' }}
+ #XXX disable expensive tav run on this PR while in draft
+ # tav:
+ # uses: ./.github/workflows/test-all-versions.yml
+ # needs: parse-labels
+ # with:
+ # npm-workspace-args: ${{ needs.parse-labels.outputs.args }}
35
+ # if: ${{ needs.parse-labels.outputs.args != '' }}
0 commit comments