[CI-Skip] Build when PR open
This commit is contained in:
2
.github/workflows/pull_requests.yml
vendored
2
.github/workflows/pull_requests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user