Skip to content

Commit 54a6fc9

Browse files
committed
removed Detect File Changes
1 parent d6d3bc8 commit 54a6fc9

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/pmd.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,9 @@ name: PMD Analysis
22

33
on: [push, pull_request, workflow_dispatch]
44

5-
jobs:
6-
file-changes:
7-
name: Detect File Changes
8-
runs-on: 'ubuntu-latest'
9-
outputs:
10-
checkall: ${{ steps.changes.outputs.checkall }}
11-
steps:
12-
- name: Clone
13-
uses: actions/checkout@v4
14-
15-
- name: Detect Changes
16-
uses: dorny/paths-filter@v3
17-
id: changes
18-
with:
19-
filters: ".github/file-filter.yml"
20-
5+
jobs:
216
pmd:
227
name: PMD Analysis
23-
if: needs.file-changes.outputs.checkall == 'true'
24-
needs: file-changes
258
runs-on: "ubuntu-latest"
269
env:
2710
pr_everything: 0

0 commit comments

Comments
 (0)