Skip to content

Commit cf0db51

Browse files
authored
ci: Have changesets skip test suite (#1795)
1 parent 047837d commit cf0db51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
jobs:
1414
test:
15+
if: ${{ github.head_ref != 'changeset-release/master' || github.ref_name != 'changeset-release/master' }}
1516
name: Test
1617
runs-on: ubuntu-latest
1718
timeout-minutes: 10

0 commit comments

Comments
 (0)