summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2021-11-26 17:01:15 +0200
committerHarel Ben-Attia <harelba@gmail.com>2021-11-26 17:01:15 +0200
commit5298a76b60bafda461f124b12418f448c618588c (patch)
tree3facae615254d25323e9ac20b72b60dd374c0ce3
parente0b8d4189771f2abb2232fc7e256d15b48b0aaa6 (diff)
remove mac packaging tests, as expected, and move v3.1.4
i have to make this automatic
-rw-r--r--.github/workflows/build-and-package.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build-and-package.yaml b/.github/workflows/build-and-package.yaml
index bad9b88..ea98575 100644
--- a/.github/workflows/build-and-package.yaml
+++ b/.github/workflows/build-and-package.yaml
@@ -290,6 +290,7 @@ jobs:
package-mac:
# create-man is not needed, as it's generated inside the brew formula independently
needs: [test-mac]
+ if: ${{false}}
runs-on: macos-11
steps:
- name: Checkout
@@ -330,6 +331,7 @@ jobs:
test-mac-packaging:
needs: package-mac
+ if: ${{false}}
runs-on: macos-11
steps:
- name: Checkout