Skip to content

Commit

Permalink
Betre døme
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Feb 6, 2024
1 parent 56e85c8 commit 0d6a218
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions infra/GutUsageExamples.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,11 @@ It is ok for the regex to match repos with no changes, `gut` will just skip them

You can use this to add a note to skip CI, ie for commits that are non-substantial - no reason to kick of many tens of parallel builds if the changes are minimal. You do this by having the string `[skip-ci]` on a line by itself:

```
Commit message
```sh
gut commit -r ^lang- -m "Commit message
[skip-ci]
"
```

NB! You need another empty line after this string, or it won't trigger the non-CI thing.
Expand Down

0 comments on commit 0d6a218

Please sign in to comment.