improved and fixed actions

master
Martin Scheidt 2022-12-30 19:14:26 +01:00
parent 7467babb4a
commit 61f05467be
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,7 @@ on:
- '.github/workflows/release.yml'
- '.github/workflows/TagBot.yml'
- '.github/zenodo/*'
- 'docs'
pull_request:
branches: [ main, development ]
paths-ignore:
@ -34,6 +35,7 @@ on:
- '.github/workflows/release.yml'
- '.github/workflows/TagBot.yml'
- '.github/zenodo/*'
- 'docs'
workflow_dispatch:
concurrency:

View File

@ -125,7 +125,7 @@ jobs:
fi
if [ $STATUS = 1 ]; then
echo "- :no_entry_sign: 'Unreleased' section in CHANGELOG.md is empty" >> $GITHUB_STEP_SUMMARY
echo ":warning: Please provide a meaningful CHANGELOG.md for the new version $VERSION"." >> $GITHUB_STEP_SUMMARY
echo ":warning: Please provide a meaningful CHANGELOG.md for the new version $VERSION." >> $GITHUB_STEP_SUMMARY
exit 1
else
echo "- 'Unreleased' section in CHANGELOG.md has content :white_check_mark:" >> $GITHUB_STEP_SUMMARY