Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Jul 16, 2024
1 parent aeead91 commit 20c6d8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonar_cloud_build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SonarCloud C/C++ Build CI
name: SonarCloud Build

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonar_cloud_run.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: SonarCloud C/C++ Run CI
name: SonarCloud Run

on:
workflow_run:
workflows: [SonarCloud C/C++ Build CI]
workflows: [SonarCloud Build]
types: [completed]

jobs:
Expand Down

0 comments on commit 20c6d8f

Please sign in to comment.