Skip to content

Commit

Permalink
CI: reduce unnecessary check for java (#5148)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyoupeng authored Sep 6, 2024
1 parent 8f43c25 commit 364d9ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/permission-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
paths-ignore:
- 'docs/**'
- '**.md'
- '**.java'
- '**/pom.xml'
pull_request:
#The branches below must be a subset of the branches above
branches:
Expand All @@ -17,6 +19,8 @@ on:
- 'docs/**'
- '**.md'
- '.github/**'
- '**.java'
- '**/pom.xml'
schedule:
- cron: '0 19 * * *'
workflow_dispatch:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pjdfstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- 'docs/**'
- '**.md'
- '.github/**'
- '**.java'
- '**/pom.xml'
pull_request:
#The branches below must be a subset of the branches above
branches:
Expand All @@ -18,6 +20,8 @@ on:
- 'docs/**'
- '**.md'
- '.github/**'
- '**.java'
- '**/pom.xml'
schedule:
- cron: '0 19 * * *'
workflow_dispatch:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
paths-ignore:
- 'docs/**'
- '**.md'
- '**.java'
- '**/pom.xml'
pull_request:
#The branches below must be a subset of the branches above
branches:
Expand All @@ -18,6 +20,8 @@ on:
- '**.md'
- '.github/**'
- '!.github/workflows/unittests.yml'
- '**.java'
- '**/pom.xml'
workflow_dispatch:
inputs:
debug:
Expand Down

0 comments on commit 364d9ec

Please sign in to comment.