Skip to content

Commit feaf4d3

Browse files
committed
ci: disable SonarCloud automatic triggers
SONAR_TOKEN is currently not validly configured for this repository, so the scheduled push and pull_request runs of the SonarCloud workflow fail on every commit. Comment out those triggers and keep only workflow_dispatch so the job can still be invoked manually. Restore the original triggers once the token is set up.
1 parent bf1ce50 commit feaf4d3

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@
2424
name: SonarCloud analysis
2525

2626
on:
27-
push:
28-
branches: [ "master" ]
29-
pull_request:
30-
branches: [ "master" ]
27+
# Automatic triggers disabled: SONAR_TOKEN is currently validly not configured for this repo.
28+
# Re-enable the push/pull_request triggers below once the token is available.
29+
# push:
30+
# branches: [ "master" ]
31+
# pull_request:
32+
# branches: [ "master" ]
3133
workflow_dispatch:
3234

3335
permissions:

0 commit comments

Comments
 (0)