Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayd-san committed Dec 19, 2024
1 parent 86db2ed commit 49baa9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
path: gmd_linux*.tar.gz

build-darwin:
if: ${{ github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' }}
# if: ${{ github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' }}
runs-on: macos-13
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
path: gmd_darwin*.tar.gz

create-release:
if: ${{ github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' }}
# if: ${{ github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' }}
runs-on: ubuntu-latest
needs: [build-linux, build-darwin]
steps:
Expand Down

0 comments on commit 49baa9d

Please sign in to comment.