Skip to content

Commit 9ccd47f

Browse files
committed
chore: skip ci for release please pr
1 parent fe746d5 commit 9ccd47f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
test:
1313
name: Test Python ${{ matrix.python-version }} on ${{ matrix.os }}
1414
runs-on: ${{ matrix.os }}
15+
if: github.head_ref != 'release-please--branches--master'
1516

1617
strategy:
1718
fail-fast: false

0 commit comments

Comments
 (0)