From 54efc406fd0205de30817b2f6609427891588208 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Wed, 23 Mar 2022 22:02:16 -0400 Subject: [PATCH] ci: update workflow [skip ci] --- .github/scripts/files/examples.yml | 4 ++-- .github/workflows/examples.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/scripts/files/examples.yml b/.github/scripts/files/examples.yml index 08925714..14a96bc2 100644 --- a/.github/scripts/files/examples.yml +++ b/.github/scripts/files/examples.yml @@ -100,7 +100,7 @@ jobs: plugin_sponsors: yes plugin_sponsors_past: yes plugin_sponsors_sections: goal - plugins_errors_fatal: ${{ github.repository == 'lowlighter/lowlighter' }} + plugins_errors_fatal: yes config_display: large extras_js: | document.querySelectorAll(".markdown, .center, .goal-text span:last-child")?.forEach(h2 => h2.remove()) @@ -120,7 +120,7 @@ jobs: plugin_licenses_setup: npm ci plugin_licenses_legal: yes plugin_licenses_ratio: yes - plugins_errors_fatal: ${{ github.repository == 'lowlighter/lowlighter' }} + plugins_errors_fatal: yes output_action: none delay: 120 diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index b2a1657c..b10410ea 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -1233,7 +1233,7 @@ jobs: plugin_sponsors: yes plugin_sponsors_past: yes plugin_sponsors_sections: goal - plugins_errors_fatal: ${{ github.repository == 'lowlighter/lowlighter' }} + plugins_errors_fatal: yes config_display: large extras_js: | document.querySelectorAll(".markdown, .center, .goal-text span:last-child")?.forEach(h2 => h2.remove()) @@ -1253,7 +1253,7 @@ jobs: plugin_licenses_setup: npm ci plugin_licenses_legal: yes plugin_licenses_ratio: yes - plugins_errors_fatal: ${{ github.repository == 'lowlighter/lowlighter' }} + plugins_errors_fatal: yes output_action: none delay: 120