Merge pull request #32 from railtoolkit/development

improved and fixed actions
master
Martin Scheidt 2022-12-30 19:15:01 +01:00 committed by GitHub
commit 0844b50457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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