Skip to content

Commit

Permalink
Merge pull request #717 from lean-ja/Seasawher/issue716
Browse files Browse the repository at this point in the history
windows build は PR 時に走らせない
  • Loading branch information
Seasawher authored Aug 28, 2024
2 parents 669335a + 3a7e683 commit 11f50dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ jobs:
with:
build-args: "--log-level=error"

# Lean の更新により Windows 環境でだけビルドが壊れる可能性もあるので、
# 念のために Windows 環境でもビルドを行う
windows_build:
runs-on: windows-latest
# 失敗することはめったにないので PR 時にはチェックしない
if: github.ref == 'refs/heads/main'
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 11f50dc

Please sign in to comment.