Skip to content

Commit 009f2b6

Browse files
Revert "ci: Don't run pr test suite on non-code changes (#4992)"
This reverts commit 8416102.
1 parent 489786b commit 009f2b6

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/pr-test-suite.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,8 @@ name: PR test suite
33
on:
44
push:
55
branches: [main]
6-
paths-ignore:
7-
- '.vscode/**'
8-
- 'ci/**'
9-
- 'docs/**'
10-
- '.git-blame-ignore-revs'
11-
- '.gitignore'
12-
- '.lldbinit'
13-
- '.readthedocs.yaml'
14-
- 'CODE_OF_CONDUCT.md'
15-
- 'CONTRIBUTING.md'
16-
- 'LICENSE'
17-
- 'README.rst'
18-
- 'SECURITY.md'
19-
- 'codecov.yml'
20-
- 'mkdocs.yml'
21-
226
pull_request:
237
branches: [main]
24-
paths-ignore:
25-
- '.vscode/**'
26-
- 'ci/**'
27-
- 'docs/**'
28-
- '.git-blame-ignore-revs'
29-
- '.gitignore'
30-
- '.lldbinit'
31-
- '.readthedocs.yaml'
32-
- 'CODE_OF_CONDUCT.md'
33-
- 'CONTRIBUTING.md'
34-
- 'LICENSE'
35-
- 'README.rst'
36-
- 'SECURITY.md'
37-
- 'codecov.yml'
38-
- 'mkdocs.yml'
398
# `workflow_dispatch` allows CodSpeed to trigger backtest
409
# performance analysis in order to generate initial data.
4110
workflow_dispatch:

0 commit comments

Comments
 (0)