[ticket/16675] Restore rxu's fix

PHPBB3-16675
This commit is contained in:
Máté Bartus 2021-01-15 23:25:20 +01:00
parent d9dd8cfecf
commit 859ce03462

View file

@ -77,11 +77,9 @@ jobs:
.github/check-executable-files.sh ./
- name: Check commit message
env:
BRANCH: ${{ github.event.pull_request.base.sha }}
if: github.event_name == 'pull_request'
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
mysql-tests: