Skip to content

Commit

Permalink
do not run macos
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Nov 6, 2024
1 parent 5557907 commit 2031434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ jobs:
needs: [validate-preconditions]
runs-on: macos-latest-large
environment: release
if: contains(fromJSON('["rc", "client-macos"]'), needs.validate-preconditions.outputs.release_type)
# if: false
# if: contains(fromJSON('["rc", "client-macos"]'), needs.validate-preconditions.outputs.release_type)
if: false
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 2031434

Please sign in to comment.