Skip to content

Commit 2b10617

Browse files
authored
Fixing names of the workflow actions (#92)
* Fixing names of the workflow actions * Fixed workflow run check
1 parent a58cab4 commit 2b10617

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/sonar-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Provider Unit Tests and Sonar Cloud Static Scans
1+
name: Sonar Cloud Static Scans
22

33
on:
44
workflow_run:
55
workflows:
6-
- CI
6+
- Provider Unit Tests
77
types:
88
- completed
99

.github/workflows/unit_test_and_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Provider Unit Tests and Sonar Cloud Static Scans
1+
name: Provider Unit Tests
22

33
on:
44
push:

0 commit comments

Comments
 (0)