Skip to content

Commit af81042

Browse files
committed
disable expensive TAV tests while this PR is in draft
1 parent b5c7e24 commit af81042

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/test-all-versions.pr.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
OUTPUT=`node scripts/pr-labels-to-npm-workspace-args.mjs "$PR_LABELS"`
2727
echo "args=$OUTPUT" >> $GITHUB_OUTPUT
2828
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 != '' }}
29+
#XXX disable expensive tav run on this PR while in draft
30+
# tav:
31+
# uses: ./.github/workflows/test-all-versions.yml
32+
# needs: parse-labels
33+
# with:
34+
# npm-workspace-args: ${{ needs.parse-labels.outputs.args }}
35+
# if: ${{ needs.parse-labels.outputs.args != '' }}

0 commit comments

Comments
 (0)