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.
2 parents 46ce45a + 3df4b6c commit b2b47b2Copy full SHA for b2b47b2
.github/workflows/qa.yml
@@ -83,7 +83,8 @@ jobs:
83
run: yarn test:pkg --coverage
84
85
regression-testing:
86
- if: ${{ !startsWith(github.ref, 'refs/heads/changeset-release/') }}
+ # Only run on PRs except `changeset` related PRs
87
+ if: ${{ !(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/changeset-release/')) }}
88
name: Regression Testing
89
needs: [testing]
90
runs-on: ubuntu-latest
0 commit comments