Merge pull request #583 from meilisearch/gha-ignore-changelog

Ignores the CHANGELOG when a specific label is set
This commit is contained in:
Clément Renault 2020-04-03 15:47:20 +02:00 committed by GitHub
commit 5e5702833c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ on: [pull_request]
jobs:
check:
name: Test on ${{ matrix.os }}
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ignore-changelog') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2