Skip to content

Commit f42f897

Browse files
committed
Improve naming of quality monitor actions
1 parent 734eb94 commit f42f897

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/quality-monitor-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Quality Monitor'
1+
name: 'Quality Monitor Build'
22

33
on:
44
push:
@@ -44,7 +44,6 @@ jobs:
4444
exit 1;
4545
fi
4646
mv -fv maven.log target/maven.log
47-
rm -rf target/tmp
4847
- name: Write PR number
4948
run: echo '${{ github.event.pull_request.number }}' > pr-number.txt
5049
- name: Upload Quality Reports

.github/workflows/quality-monitor-comment-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: 'Quality Monitor Comment PR'
1+
name: 'Quality Monitor > PR'
22

33
on:
44
workflow_run:
5-
workflows: ['Quality Monitor', 'Dependency Check']
5+
workflows: ['Quality Monitor Build', 'Dependency Check']
66
types: [completed]
77

88
permissions:

0 commit comments

Comments
 (0)