diff options
author | Abouzar Parvan <[email protected]> | 2021-07-15 05:41:02 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-15 05:41:02 +0430 |
commit | 7f11162bd80b37af8ae67e41f10e962baacf8047 (patch) | |
tree | acbc6c53008a96025f1ceecb8c8d57fe8b37ff3f | |
parent | 7dcdfae4fda8e12f7d9667e1683ae676b91b9796 (diff) |
Update install.yaml
-rw-r--r-- | .github/workflows/install.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index be22257a..6531de0e 100644 --- a/.github/workflows/install.yaml +++ b/.github/workflows/install.yaml @@ -48,6 +48,7 @@ jobs: freebsd: runs-on: macos-latest + if: github.event.pull_request.draft == false continue-on-error: true # we don't support freebsd yet name: "FreeBSD macos-latest" steps: |