Skip to content

Commit 4aa63ad

Browse files
committed
chore: skip tests for version bump commits in GitHub Actions workflow
1 parent ecec170 commit 4aa63ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212
test:
1313
runs-on: ubuntu-latest
14+
if: "!startsWith(github.event.head_commit.message, 'chore: bump version')"
1415

1516
steps:
1617
- name: Checkout

0 commit comments

Comments
 (0)