Skip to content

Commit b2b47b2

Browse files
authored
Merge pull request #10 from commercetools/ajimae-patch-2
Update qa.yml
2 parents 46ce45a + 3df4b6c commit b2b47b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/qa.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ jobs:
8383
run: yarn test:pkg --coverage
8484

8585
regression-testing:
86-
if: ${{ !startsWith(github.ref, 'refs/heads/changeset-release/') }}
86+
# Only run on PRs except `changeset` related PRs
87+
if: ${{ !(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/changeset-release/')) }}
8788
name: Regression Testing
8889
needs: [testing]
8990
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)