Merge pull request #6124 from CHItA/ticket/16675

[ticket/16675] Restore rxu's fix
This commit is contained in:
Marc Alexander 2021-01-16 08:21:16 +01:00
commit fb8ebe54f7
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -81,11 +81,9 @@ jobs:
.github/check-executable-files.sh ./ .github/check-executable-files.sh ./
- name: Check commit message - name: Check commit message
env:
BRANCH: ${{ github.event.pull_request.base.sha }}
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
run: | run: |
git-tools/commit-msg-hook-range.sh $BRANCH..$GITHUB_SHA git-tools/commit-msg-hook-range.sh $(git rev-list --merges -n 1 HEAD^1)..$GITHUB_SHA
# Tests for MySQL and MariaDB # Tests for MySQL and MariaDB
mysql-tests: mysql-tests: