1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-20 07:42:09 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2021-01-16 08:21:21 +01:00
commit c48b6fb33a
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 ./
- 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: