We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b1bda commit 5adfc32Copy full SHA for 5adfc32
1 file changed
.github/workflows/build.yml
@@ -3,11 +3,10 @@ name: openMINDS_Python_build_pipeline
3
4
on:
5
push:
6
- branches:
7
- - pipeline
+ branches:
+ - pipeline
8
workflow_dispatch: # This triggers the workflow when a webhook is received
9
10
-
11
jobs:
12
build:
13
runs-on: ubuntu-latest
@@ -53,7 +52,7 @@ jobs:
53
52
git config --global user.name "openMINDS pipeline"
54
if [[ $(git add . --dry-run | wc -l) -gt 0 ]]; then
55
git add .
56
- git commit -m "build triggered by submodule ${{ inputs.repository }} version ${{ inputs.branch }}"
+ git commit -m "build triggered by changes to openMINDS schemas and/or instances"
57
git push -f
58
else
59
echo "Nothing to commit"
0 commit comments