From 30dcaa480b8344c9795a43ca4509f3cc5d325f8c Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 27 May 2021 01:04:52 +0200 Subject: [PATCH] Update pr.yml --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ba03c596..19f510cb 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -69,7 +69,7 @@ jobs: java: [ 8, 15 ] # Build on Java 8 (version shipped with MC 1.16) and Java 15 (iirc the latest version supported by both loaders on 1.16) runs-on: ubuntu-20.04 if: | - contains( github.event.pull_request.labels.*.name, 'api') && !contains(github.event.pull_request.title, '[ci skip]') + !contains(github.event.pull_request.title, '[ci skip]') steps: - uses: actions/checkout@v2