We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34e69a commit 073dd78Copy full SHA for 073dd78
1 file changed
.github/workflows/validate.yml
@@ -73,6 +73,7 @@ jobs:
73
playwright:
74
name: Playwright tests
75
runs-on: macos-latest
76
+ if: github.ref != 'refs/heads/changeset-release/master' && github.head_ref != 'changeset-release/master'
77
env:
78
CI: true
79
steps:
0 commit comments