Skip to content

Commit 5adfc32

Browse files
committed
Better git commit messages in main branch
1 parent 83b1bda commit 5adfc32

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ name: openMINDS_Python_build_pipeline
33

44
on:
55
push:
6-
branches:
7-
- pipeline
6+
branches:
7+
- pipeline
88
workflow_dispatch: # This triggers the workflow when a webhook is received
99

10-
1110
jobs:
1211
build:
1312
runs-on: ubuntu-latest
@@ -53,7 +52,7 @@ jobs:
5352
git config --global user.name "openMINDS pipeline"
5453
if [[ $(git add . --dry-run | wc -l) -gt 0 ]]; then
5554
git add .
56-
git commit -m "build triggered by submodule ${{ inputs.repository }} version ${{ inputs.branch }}"
55+
git commit -m "build triggered by changes to openMINDS schemas and/or instances"
5756
git push -f
5857
else
5958
echo "Nothing to commit"

0 commit comments

Comments
 (0)