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

View File

@ -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