Skip to content

Commit e51a8d4

Browse files
committed
ci: Avoid running for PRs that start with docs
We skip commits that start with `doc:` when generating the CHANGELOG from the commit history. Similarly we shouldn't trigger any go testing for those commits.
1 parent be91250 commit e51a8d4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
# Run tests.
1111
test:
12+
if: ${{ !contains(github.event.head_commit.message, 'docs') }}
1213
strategy:
1314
matrix:
1415
go-version: [1.16.x]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Custom GPG pinentry program for macOS that allows using Touch ID for fetching th
88
macOS keychain.
99

1010
> Macbook Pro devices without Touch ID are currently not supported. These devices > lack a Touch ID
11-
> sensor and while the alternative offered by Apple is to use (if available) an > Apple Watch, this
11+
> sensor and while the alternative offered by Apple is to use (if available) an Apple Watch, this
1212
> feature it is not yet implemented.
1313
1414
## How does it work

0 commit comments

Comments
 (0)