Skip to content

Commit

Permalink
remove mac packaging tests, as expected, and move v3.1.4
Browse files Browse the repository at this point in the history
i have to make this automatic
  • Loading branch information
harelba committed Nov 26, 2021
1 parent e0b8d41 commit 5298a76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -330,6 +331,7 @@ jobs:

test-mac-packaging:
needs: package-mac
if: ${{false}}
runs-on: macos-11
steps:
- name: Checkout
Expand Down

0 comments on commit 5298a76

Please sign in to comment.