Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
d369a9b
1
Parent(s):
a8a0333
Clean up 'on:' in CI yaml files
Browse files
.github/workflows/CI.yml
CHANGED
@@ -7,18 +7,16 @@ on:
|
|
7 |
paths:
|
8 |
- 'test/**'
|
9 |
- 'pysr/**'
|
10 |
-
- '.github/workflows
|
11 |
- 'setup.py'
|
12 |
-
- 'Project.toml'
|
13 |
pull_request:
|
14 |
branches:
|
15 |
- '*'
|
16 |
paths:
|
17 |
- 'test/**'
|
18 |
- 'pysr/**'
|
19 |
-
- '.github/workflows
|
20 |
- 'setup.py'
|
21 |
-
- 'Project.toml'
|
22 |
|
23 |
jobs:
|
24 |
test:
|
|
|
7 |
paths:
|
8 |
- 'test/**'
|
9 |
- 'pysr/**'
|
10 |
+
- '.github/workflows/CI.yml'
|
11 |
- 'setup.py'
|
|
|
12 |
pull_request:
|
13 |
branches:
|
14 |
- '*'
|
15 |
paths:
|
16 |
- 'test/**'
|
17 |
- 'pysr/**'
|
18 |
+
- '.github/workflows/CI.yml'
|
19 |
- 'setup.py'
|
|
|
20 |
|
21 |
jobs:
|
22 |
test:
|
.github/workflows/CI_Windows.yml
CHANGED
@@ -7,18 +7,16 @@ on:
|
|
7 |
paths:
|
8 |
- 'test/**'
|
9 |
- 'pysr/**'
|
10 |
-
- '.github/workflows
|
11 |
- 'setup.py'
|
12 |
-
- 'Project.toml'
|
13 |
pull_request:
|
14 |
branches:
|
15 |
- '*'
|
16 |
paths:
|
17 |
- 'test/**'
|
18 |
- 'pysr/**'
|
19 |
-
- '.github/workflows
|
20 |
- 'setup.py'
|
21 |
-
- 'Project.toml'
|
22 |
|
23 |
jobs:
|
24 |
test:
|
|
|
7 |
paths:
|
8 |
- 'test/**'
|
9 |
- 'pysr/**'
|
10 |
+
- '.github/workflows/CI_Windows.yml'
|
11 |
- 'setup.py'
|
|
|
12 |
pull_request:
|
13 |
branches:
|
14 |
- '*'
|
15 |
paths:
|
16 |
- 'test/**'
|
17 |
- 'pysr/**'
|
18 |
+
- '.github/workflows/CI_Windows.yml'
|
19 |
- 'setup.py'
|
|
|
20 |
|
21 |
jobs:
|
22 |
test:
|
.github/workflows/CI_docker.yml
CHANGED
@@ -7,9 +7,8 @@ on:
|
|
7 |
paths:
|
8 |
- 'test/**'
|
9 |
- 'pysr/**'
|
10 |
-
- '.github/workflows
|
11 |
- 'setup.py'
|
12 |
-
- 'Project.toml'
|
13 |
- 'Dockerfile'
|
14 |
pull_request:
|
15 |
branches:
|
@@ -17,9 +16,8 @@ on:
|
|
17 |
paths:
|
18 |
- 'test/**'
|
19 |
- 'pysr/**'
|
20 |
-
- '.github/workflows
|
21 |
- 'setup.py'
|
22 |
-
- 'Project.toml'
|
23 |
- 'Dockerfile'
|
24 |
|
25 |
jobs:
|
|
|
7 |
paths:
|
8 |
- 'test/**'
|
9 |
- 'pysr/**'
|
10 |
+
- '.github/workflows/CI_docker.yml'
|
11 |
- 'setup.py'
|
|
|
12 |
- 'Dockerfile'
|
13 |
pull_request:
|
14 |
branches:
|
|
|
16 |
paths:
|
17 |
- 'test/**'
|
18 |
- 'pysr/**'
|
19 |
+
- '.github/workflows/CI_docker.yml'
|
20 |
- 'setup.py'
|
|
|
21 |
- 'Dockerfile'
|
22 |
|
23 |
jobs:
|
.github/workflows/CI_mac.yml
CHANGED
@@ -7,18 +7,16 @@ on:
|
|
7 |
paths:
|
8 |
- 'test/**'
|
9 |
- 'pysr/**'
|
10 |
-
- '.github/workflows
|
11 |
- 'setup.py'
|
12 |
-
- 'Project.toml'
|
13 |
pull_request:
|
14 |
branches:
|
15 |
- '*'
|
16 |
paths:
|
17 |
- 'test/**'
|
18 |
- 'pysr/**'
|
19 |
-
- '.github/workflows
|
20 |
- 'setup.py'
|
21 |
-
- 'Project.toml'
|
22 |
|
23 |
jobs:
|
24 |
test:
|
|
|
7 |
paths:
|
8 |
- 'test/**'
|
9 |
- 'pysr/**'
|
10 |
+
- '.github/workflows/CI_mac.yml'
|
11 |
- 'setup.py'
|
|
|
12 |
pull_request:
|
13 |
branches:
|
14 |
- '*'
|
15 |
paths:
|
16 |
- 'test/**'
|
17 |
- 'pysr/**'
|
18 |
+
- '.github/workflows/CI_mac.yml'
|
19 |
- 'setup.py'
|
|
|
20 |
|
21 |
jobs:
|
22 |
test:
|