Skip to content

Commit

Permalink
fix changelog check
Browse files Browse the repository at this point in the history
  • Loading branch information
Swen Wenzel committed Nov 22, 2019
1 parent 79a28ab commit 5ed072e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
run: pre-commit install --install-hooks
- name: Run pre-commit hooks
run: pre-commit run --all-files
- name: Check ref
run: |
echo ${{ github.ref }}
- name: Check changelog change
if: "github.ref != 'master'"
if: "github.ref != 'refs/heads/master'"
run: |
(if cmp -s CHANGELOG.md <(git show origin/master:CHANGELOG.md); then
echo 'Need to edit the changelog file!'
Expand Down

0 comments on commit 5ed072e

Please sign in to comment.