Skip to content

Commit

Permalink
Rename trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mi-La committed Jul 31, 2024
1 parent 519e19c commit 150945b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/sonar_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: SonarCloud C/C++ CI

on:
workflow_run:
workflows: [SonarCloud C/C++ CI Trigger]
workflows:
- SonarCloudTrigger
types: [completed]

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonar_cloud_trigger.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: SonarCloud C/C++ CI Trigger
name: SonarCloudTrigger

on:
push:
branches: [ "master", '*-ci' ]
pull_request:
branches: [ "master", '*ci' ]
branches: [ "master", '*-ci' ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 150945b

Please sign in to comment.