Skip to content

Commit

Permalink
Update osx_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Jul 2, 2023
1 parent 229c3ff commit 5ed6a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osx_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
osx_build:
# The type of runner that the job will run on
runs-on: macos-latest
if: ${{ !contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') }}
if: ${{ github.event_name != 'pull_request' && !contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') }}

env:
GEODA_VER: '1.20.0'
Expand Down

0 comments on commit 5ed6a10

Please sign in to comment.