[CI-Skip] Build when PR open

This commit is contained in:
Alpha
2023-03-10 20:25:06 +09:00
committed by GitHub
parent b0f3523ca7
commit b679f1f481

View File

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