Rename workflow and input workflow
This commit is contained in:
parent
1d3452cdb0
commit
df81a1206a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/sonar.yml
vendored
4
.github/workflows/sonar.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Sonar
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [Build]
|
||||
workflows: [CI]
|
||||
types: [completed]
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue