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

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