Skip to content

Commit 3d3c1f8

Browse files
committed
chore: skip TAV for now
1 parent a8f31d4 commit 3d3c1f8

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+
# TODO: uncomment once the build cache issue is solved
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)