Skip to content

Commit d379b52

Browse files
author
vp
committed
Disable SonarCloud workflow triggers
Commented out the `on` section in `sonarcloud.yml`, disabling automatic triggers for `push` and `pull_request` events on the `main` branch, as well as manual triggers via `workflow_dispatch`. This prevents the SonarCloud analysis workflow from running until the triggers are re-enabled.
1 parent 2e92506 commit d379b52

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828

2929
name: SonarCloud analysis
3030

31-
on:
32-
push:
33-
branches: [ "main" ]
34-
pull_request:
35-
branches: [ "main" ]
36-
workflow_dispatch:
31+
# on:
32+
# push:
33+
# branches: [ "main" ]
34+
# pull_request:
35+
# branches: [ "main" ]
36+
# workflow_dispatch:
3737

3838
permissions:
3939
pull-requests: read # allows SonarCloud to decorate PRs with analysis results

0 commit comments

Comments
 (0)