mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-13 20:28:44 +01:00
Merge pull request #6117 from rxu/ticket/16675-1
[ticket/16675] Adjust checking commit messages
This commit is contained in:
commit
d9dd8cfecf
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -79,10 +79,9 @@ jobs:
|
||||
- name: Check commit message
|
||||
env:
|
||||
BRANCH: ${{ github.event.pull_request.base.sha }}
|
||||
PR_SHA: ${{ github.event.pull_request.head.sha }}
|
||||
if: github.event.pull_request.head.sha != '' && github.event.pull_request.base.sha != ''
|
||||
if: github.event_name == 'pull_request'
|
||||
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
|
||||
mysql-tests:
|
||||
|
Loading…
x
Reference in New Issue
Block a user