Skip to content

Commit

Permalink
Fix sonar cloud actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Jul 16, 2024
1 parent 62dbcd3 commit 8f30be7
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++ CI
name: SonarCloud C/C++ Build CI

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++ CI
name: SonarCloud C/C++ Run CI

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

jobs:
Expand Down

0 comments on commit 8f30be7

Please sign in to comment.