ci: Run Frontend tests on master only on node 20 (no-changelog) (#12833)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-01-24 16:33:00 +01:00
committed by GitHub
parent a197fbb21b
commit 31281a3f6b
3 changed files with 12 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ jobs:
cacheKey: ${{ github.sha }}-base:build
collectCoverage: ${{ matrix.node-version == '20.x' }}
ignoreTurboCache: ${{ matrix.node-version == '20.x' }}
skipFrontendTests: ${{ matrix.node-version != '20.x' }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}