diff --git a/.github/workflows/required-check.yml b/.github/workflows/required-check.yml index 8573cfd643..229dc8df41 100644 --- a/.github/workflows/required-check.yml +++ b/.github/workflows/required-check.yml @@ -18,8 +18,6 @@ name: Required - Check on: - push: - branches: [ master ] pull_request: branches: [ master ] workflow_dispatch: @@ -31,7 +29,6 @@ concurrency: jobs: check-checkstyle: name: Check - CheckStyle - needs: global-environment runs-on: ubuntu-latest timeout-minutes: 10 steps: @@ -41,7 +38,6 @@ jobs: check-spotless: name: Check - Spotless - needs: global-environment runs-on: ubuntu-latest timeout-minutes: 10 steps: @@ -51,7 +47,6 @@ jobs: check-license: name: Check - License - needs: global-environment runs-on: ubuntu-latest timeout-minutes: 10 steps: