We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1223487 commit 4486f91Copy full SHA for 4486f91
.github/workflows/build-and-test.yml
@@ -40,6 +40,6 @@ jobs:
40
run: npm run test:ci
41
env:
42
TEST_BROWSERSTACK: ${{ startsWith(matrix.node-version, '21') }}
43
- TEST_PROBE_ONLY: ${{ github.ref != 'refs/heads/main' }}
+ TEST_PROBE_ONLY: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/2.x' }}
44
BS_USERNAME: ${{ secrets.BS_USERNAME }}
45
BS_ACCESSKEY: ${{ secrets.BS_ACCESSKEY }}
0 commit comments