mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Group if together
This commit is contained in:
parent
6feca4badf
commit
d524f1a7d4
1 changed files with 1 additions and 2 deletions
3
.github/workflows/quality.yml
vendored
3
.github/workflows/quality.yml
vendored
|
@ -207,7 +207,7 @@ jobs:
|
|||
towncrier:
|
||||
name: Towncrier check
|
||||
runs-on: ubuntu-latest
|
||||
if: github.head_ref == 'develop'
|
||||
if: github.event_name == 'pull_request' && github.head_ref == 'develop'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python 3.8
|
||||
|
@ -226,4 +226,3 @@ jobs:
|
|||
towncrier check --compare-with origin/${BASE_BRANCH}
|
||||
env:
|
||||
BASE_BRANCH: ${{ github.base_ref }}
|
||||
if: github.event_name == 'pull_request'
|
||||
|
|
Loading…
Reference in a new issue