Skip to content

Commit 2498853

Browse files
disabled CodeQL
See: #4736
1 parent 16e05ec commit 2498853

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
name: "CodeQL"
22

33
on:
4-
push:
5-
branches: [ main ]
6-
pull_request:
7-
# The branches below must be a subset of the branches above
8-
branches: [ main ]
9-
schedule:
10-
- cron: '22 5 * * 1'
4+
workflow_dispatch:
5+
# # Temporarily disabled. See https://github.com/getsentry/sentry-dotnet/issues/4736
6+
# push:
7+
# branches: [ main ]
8+
# pull_request:
9+
# # The branches below must be a subset of the branches above
10+
# branches: [ main ]
11+
# schedule:
12+
# - cron: '22 5 * * 1'
1113

1214
jobs:
1315
analyze:

0 commit comments

Comments
 (0)