mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 12:54:26 +01:00
Ingores the CHANGELOG when label asks for
This commit is contained in:
parent
241b842ef7
commit
03063cf349
@ -5,6 +5,7 @@ on: [pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
name: Test on ${{ matrix.os }}
|
name: Test on ${{ matrix.os }}
|
||||||
|
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ignore-changelog') }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user