Skip to content

Commit 2040ba7

Browse files
committed
chore(ci): disable sonar on pull request
Signed-off-by: Marc Nuri <[email protected]>
1 parent ed36981 commit 2040ba7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/sonar.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ on:
2020
push:
2121
branches:
2222
- main
23-
pull_request:
24-
paths-ignore:
25-
- 'doc/**'
26-
- 'ide-config/**'
27-
- '**.md'
23+
# pull_request:
24+
# paths-ignore:
25+
# - 'doc/**'
26+
# - 'ide-config/**'
27+
# - '**.md'
2828

2929
concurrency:
3030
# Only run once for latest commit per ref and cancel other (previous) runs.

0 commit comments

Comments
 (0)