mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
922b3f0375
1 changed files with 2 additions and 3 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
@ -79,10 +79,9 @@ jobs:
|
||||||
- name: Check commit message
|
- name: Check commit message
|
||||||
env:
|
env:
|
||||||
BRANCH: ${{ github.event.pull_request.base.sha }}
|
BRANCH: ${{ github.event.pull_request.base.sha }}
|
||||||
PR_SHA: ${{ github.event.pull_request.head.sha }}
|
if: github.event_name == 'pull_request'
|
||||||
if: github.event.pull_request.head.sha != '' && github.event.pull_request.base.sha != ''
|
|
||||||
run: |
|
run: |
|
||||||
git-tools/commit-msg-hook-range.sh $BRANCH..$PR_SHA
|
git-tools/commit-msg-hook-range.sh $BRANCH..$GITHUB_SHA
|
||||||
|
|
||||||
# Tests for MySQL and MariaDB
|
# Tests for MySQL and MariaDB
|
||||||
mysql-tests:
|
mysql-tests:
|
||||||
|
|
Loading…
Add table
Reference in a new issue