Skip to content

Commit 4e25ba2

Browse files
author
Paultagoras
committed
Analysis seems broken right now and outside our control
1 parent e806cfa commit 4e25ba2

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/analysis.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
name: Analysis
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
paths-ignore:
8-
- "**.md"
9-
- "**/docs/**"
10-
- "**/LICENSE"
11-
- "**/NOTICE"
12-
pull_request:
13-
branches:
14-
- main
15-
types:
16-
- opened
17-
- synchronize
18-
- reopened
19-
paths-ignore:
20-
- "**.md"
21-
- "**/docs/**"
22-
- "**/LICENSE"
23-
- "**/NOTICE"
4+
# push:
5+
# branches:
6+
# - main
7+
# paths-ignore:
8+
# - "**.md"
9+
# - "**/docs/**"
10+
# - "**/LICENSE"
11+
# - "**/NOTICE"
12+
# pull_request:
13+
# branches:
14+
# - main
15+
# types:
16+
# - opened
17+
# - synchronize
18+
# - reopened
19+
# paths-ignore:
20+
# - "**.md"
21+
# - "**/docs/**"
22+
# - "**/LICENSE"
23+
# - "**/NOTICE"
2424
workflow_dispatch:
2525
inputs:
2626
pr:

0 commit comments

Comments
 (0)