1 parent c64fb16 commit edab0deCopy full SHA for edab0de
1 file changed
.github/workflows/datamodel-doc.yml
@@ -59,6 +59,7 @@ jobs:
59
run: |
60
# git diff --quiet exits with 1 if any tracked files have changed, and
61
# with 0 otherwise.
62
+ set -e
63
if git diff --quiet; then
64
exit # Nothing has changed, so no need to send a PR.
65
fi
@@ -70,8 +71,7 @@ jobs:
70
71
# Send pull request
72
# We need to use "gh" ourselves because alisw/pull-request gets
73
# confused when multiple repos are checked out.
- GH_TOKEN="$GITHUB_TOKEN" gh pr create -B \
74
- AliceO2Group:master -H alibuild:auto-datamodel-doc \
+ GH_TOKEN="$GITHUB_TOKEN" gh pr create -B master \
75
--no-maintainer-edit -t 'Automatic data model update' -b "This update \
76
to the data model documentation was automatically created from \
77
tonight's O2 dev branch." || true
0 commit comments