Skip to content

Commit fb9ae06

Browse files
committed
temporarily disable static-checks and codeql
1 parent 814c7ed commit fb9ae06

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

.github/workflows/codeql.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
name: "CodeQL"
22

3-
on:
4-
push:
5-
paths-ignore:
6-
- '**/*.md'
7-
- 'dev/**'
8-
- 'docs/**'
9-
branches: [ 'master', '0.6.x', '0.7.x', '0.7.1.x', '0.7.2.x', '0.8.0', '0.8.1', '0.8.2', '0.8.3', '0.9.0', '0.9.1' ]
10-
pull_request:
11-
paths-ignore:
12-
- '**/*.md'
13-
- 'dev/**'
14-
- 'docs/**'
15-
# The branches below must be a subset of the branches above
16-
branches: [ 'master' ]
17-
schedule:
18-
- cron: '18 15 * * 4'
3+
#on:
4+
# push:
5+
# paths-ignore:
6+
# - '**/*.md'
7+
# - 'dev/**'
8+
# - 'docs/**'
9+
# branches: [ 'master', '0.6.x', '0.7.x', '0.7.1.x', '0.7.2.x', '0.8.0', '0.8.1', '0.8.2', '0.8.3', '0.9.0', '0.9.1' ]
10+
# pull_request:
11+
# paths-ignore:
12+
# - '**/*.md'
13+
# - 'dev/**'
14+
# - 'docs/**'
15+
# # The branches below must be a subset of the branches above
16+
# branches: [ 'master' ]
17+
# schedule:
18+
# - cron: '18 15 * * 4'
1919

2020
jobs:
2121
analyze:

.github/workflows/static-checks.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
# limitations under the License.
1515

1616
name: "Static Checks CI"
17-
on:
18-
push:
19-
branches:
20-
- master
21-
- '[0-9]+.[0-9]+.[0-9]+' # release branches
22-
- '[0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+' # release branches
23-
pull_request:
24-
branches:
25-
- master
26-
- '[0-9]+.[0-9]+.[0-9]+' # release branches
27-
- '[0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+' # release branches
17+
#on:
18+
# push:
19+
# branches:
20+
# - master
21+
# - '[0-9]+.[0-9]+.[0-9]+' # release branches
22+
# - '[0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+' # release branches
23+
# pull_request:
24+
# branches:
25+
# - master
26+
# - '[0-9]+.[0-9]+.[0-9]+' # release branches
27+
# - '[0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+' # release branches
2828

2929
concurrency:
3030
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.run_id }}' # group workflows only on pull_requests and not on branch commits

0 commit comments

Comments
 (0)