Skip to content

Commit

Permalink
Merge pull request #367 from galacticcouncil/ci/version-check-result
Browse files Browse the repository at this point in the history
ci: check fails if versions are not updated
  • Loading branch information
mrq1911 authored Feb 8, 2022
2 parents 9256c0e + 1ead381 commit 60bfb4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,4 +357,7 @@ jobs:
uses: marocchino/sticky-pull-request-comment@v2.1.0
with:
message: |
${{ env.VERSION_UPDATE }}
${{ env.VERSION_UPDATE }}
- name: Evaluate result
if: contains(env.VERSION_UPDATE, 'have not been updated')
run: exit 1

0 comments on commit 60bfb4f

Please sign in to comment.