diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index e83c455..a699d45 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -13,7 +13,7 @@ jobs: java: ['temurin'] os: [ubuntu-20.04] - if: contains(github.event.pull_request.labels.*.name, 'build') && !startsWith(github.event.commits[0].message, '[CI-Skip]') + if: !startsWith(github.event.commits[0].message, '[CI-Skip]') runs-on: ${{ matrix.os }} steps: - name: Checkout action