Skip to content

Commit 5b5d3d7

Browse files
committed
temporarily disable workflows for windows and macos, add HighsMipWorker to sources for python
1 parent 440915a commit 5b5d3d7

23 files changed

+53
-27
lines changed

.github/workflows/build-bazel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: build-bazel
22

3-
on: [push, pull_request]
3+
# on: [push, pull_request]
4+
on: []
45

56
jobs:
67
bazel:

.github/workflows/build-intel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: build-intel
22

3-
on: [push, pull_request]
3+
# on: [push, pull_request]
4+
on: []
45

56
jobs:
67
build:

.github/workflows/build-macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: build-macos
22

3-
on: [push, pull_request]
3+
# on: [push, pull_request]
4+
on: []
45

56
jobs:
67
debug:

.github/workflows/build-meson.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: build-meson
22

3-
on: [push, pull_request]
3+
# on: [push, pull_request]
4+
on: []
45

56
jobs:
67
buildmeson:

.github/workflows/build-mingw.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: build-mingw
22

3-
on: [pull_request]
3+
# on: [pull_request]
4+
on: []
45

56
jobs:
67
mingw:

.github/workflows/build-nuget-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: build-nuget-package
22

3-
on: [push, pull_request]
3+
# on: [push, pull_request]
4+
on: []
45

56
concurrency:
67
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/build-python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: build-python-package
22

3-
on: [push, pull_request]
3+
# on: [push, pull_request]
4+
on: []
45

56
concurrency:
67
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/build-python-sdist.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: build-python-sdist
22

3-
on: [push, pull_request]
3+
# on: [push, pull_request]
4+
on: []
45

56
jobs:
67
build_sdist_ubuntu:

.github/workflows/build-wheels-push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: build-wheels-push
22

3-
# on: []
3+
on: []
44
# on: push
55

6-
on:
7-
release:
8-
types:
9-
- published
6+
# on:
7+
# release:
8+
# types:
9+
# - published
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: build-wheels
22

3-
on: [push]
3+
on: []
4+
# on: [push]
45
# on: [pull_request]
56

67
concurrency:

0 commit comments

Comments
 (0)