Skip to content

Commit 073dd78

Browse files
authored
Skip playwright tests on changeset release branch (#1697)
1 parent c34e69a commit 073dd78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
playwright:
7474
name: Playwright tests
7575
runs-on: macos-latest
76+
if: github.ref != 'refs/heads/changeset-release/master' && github.head_ref != 'changeset-release/master'
7677
env:
7778
CI: true
7879
steps:

0 commit comments

Comments
 (0)