Do the check on towncrier only for PR targeting develop branch
This commit is contained in:
parent
1fd0fe504d
commit
63419fcf5e
1
.github/workflows/quality.yml
vendored
1
.github/workflows/quality.yml
vendored
@ -207,6 +207,7 @@ jobs:
|
|||||||
towncrier:
|
towncrier:
|
||||||
name: Towncrier check
|
name: Towncrier check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.head_ref == 'develop'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python 3.8
|
- name: Set up Python 3.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user