From ba3a70dba585f6e901d51a8f905871e797067279 Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Sun, 16 Jul 2023 12:55:17 +0800 Subject: [PATCH] Run external checks for main builds --- .github/workflows/build_and_preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_and_preview.yml b/.github/workflows/build_and_preview.yml index 3f1a25edd5..10ef74fbbf 100644 --- a/.github/workflows/build_and_preview.yml +++ b/.github/workflows/build_and_preview.yml @@ -10,6 +10,7 @@ on: env: RUBYOPT: -W0 # needed to not print the warnings - makes the logs too big BUNDLE_BUILD__SASSC: --disable-march-tune-native + RUN_EXTERNAL_CHECKS: true jobs: complete_build: