[gjs: 7/10] CI: Skip codespell and license-check in monthly Docker image builds
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 7/10] CI: Skip codespell and license-check in monthly Docker image builds
- Date: Sat, 13 Mar 2021 20:23:11 +0000 (UTC)
commit 9ee4194c08bda23398536a7973c7e2f414a40565
Author: Philip Chimento <philip chimento gmail com>
Date: Fri Mar 12 16:18:38 2021 -0800
CI: Skip codespell and license-check in monthly Docker image builds
.gitlab-ci.yml | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fc907c8a..a9f01ff9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -238,6 +238,8 @@ codespell:
image: "docker.io/bilelmoussaoui/codespell"
script:
- codespell -S "*.png,*.po,*.jpg,.git,LICENSES" -f --builtin "code,clear"
--skip="./installed-tests/js/jasmine.js"
--ignore-words-list="afterall,befores,files',filetest,gir,inout,stdio,uint,upto,xdescribe"
+ except:
+ - schedules
license-check:
when: on_success
@@ -247,6 +249,8 @@ license-check:
- .gjs-alpine
script:
- reuse lint
+ except:
+ - schedules
#############################################
# Manual Jobs #
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]