We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecec170 commit 4aa63adCopy full SHA for 4aa63ad
1 file changed
.github/workflows/tests.yml
@@ -11,6 +11,7 @@ on:
11
jobs:
12
test:
13
runs-on: ubuntu-latest
14
+ if: "!startsWith(github.event.head_commit.message, 'chore: bump version')"
15
16
steps:
17
- name: Checkout
0 commit comments