mirror of
https://github.com/laurent22/joplin.git
synced 2026-02-13 18:49:04 -06:00
Tools: Fixed CI for macOS build
This commit is contained in:
1
.github/scripts/run_ci.sh
vendored
1
.github/scripts/run_ci.sh
vendored
@@ -11,6 +11,7 @@ IS_PULL_REQUEST=0
|
||||
IS_DEV_BRANCH=0
|
||||
IS_LINUX=0
|
||||
IS_MACOS=0
|
||||
IS_CONTINUOUS_INTEGRATION=1
|
||||
|
||||
if [ "$GITHUB_EVENT_NAME" == "pull_request" ]; then
|
||||
IS_PULL_REQUEST=1
|
||||
|
||||
Reference in New Issue
Block a user