Skip to content

Commit

Permalink
Refactor : remove uesless needs
Browse files Browse the repository at this point in the history
  • Loading branch information
taojintianxia committed Oct 14, 2023
1 parent eba6b7c commit 71e5e82
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/required-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
name: Required - Check

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
Expand All @@ -31,7 +29,6 @@ concurrency:
jobs:
check-checkstyle:
name: Check - CheckStyle
needs: global-environment
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand All @@ -41,7 +38,6 @@ jobs:

check-spotless:
name: Check - Spotless
needs: global-environment
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand All @@ -51,7 +47,6 @@ jobs:

check-license:
name: Check - License
needs: global-environment
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand Down

0 comments on commit 71e5e82

Please sign in to comment.