Skip to content

Commit

Permalink
Merge pull request #24 from Boehringer-Ingelheim/23-run-release-check…
Browse files Browse the repository at this point in the history
…-only-as-part-of-the-checks-workflow

remove triggers
  • Loading branch information
sorinvoicu authored Jun 5, 2024
2 parents 3b3553a + d5477b6 commit 43ed127
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@
name: Release 📈

on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
branches:
- main
push:
branches:
- main
workflow_call:

concurrency:
Expand All @@ -37,16 +26,16 @@ jobs:
echo "DESCRIPTION version: $DESC_VERSION"
if [ $DESC_DEV_VERSION -ge 9000 ]; then
echo "✖️ DESCRIPTION file version is in development mode."
echo " DESCRIPTION file version is in development mode."
echo "Please fix this."
exit 1
fi
if [ "$DESC_VERSION" = "$NEWS_VERSION" ]; then
echo "✔️ NEWS.md and DESCRIPTION have the same version"
echo " NEWS.md and DESCRIPTION have the same version"
exit 0
else
echo "✖️ NEWS.md and DESCRIPTION have different versions"
echo " NEWS.md and DESCRIPTION have different versions"
echo "Please fix this."
exit 1
fi
Expand Down

0 comments on commit 43ed127

Please sign in to comment.