diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-10-12 16:32:19 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-10-15 21:00:56 +0200 |
commit | 0e389293867bdb409b2ea7c429296d3a983fcc25 (patch) | |
tree | 9bad6a9a601e81be4bf65e62b0550e06427c95a5 | |
parent | 4754f8cfc4ec1a00aff849f41e0bff03d86a70e2 (diff) | |
download | clientdata-0e389293867bdb409b2ea7c429296d3a983fcc25.tar.gz clientdata-0e389293867bdb409b2ea7c429296d3a983fcc25.tar.bz2 clientdata-0e389293867bdb409b2ea7c429296d3a983fcc25.tar.xz clientdata-0e389293867bdb409b2ea7c429296d3a983fcc25.zip |
Disable unnecessary jobs for updating effort
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8bf2bbd2..46f6daff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,17 +14,17 @@ testxml: - pwd image: debian:buster -pngcheck: +.pngcheck: stage: test script: - ./.tools/pngcheck.sh -imagemagiccheck: +.imagemagiccheck: stage: test script: - ./.tools/imagemagiccheck.sh -manaplus: +.manaplus: stage: test script: - ./.tools/manaplus.sh @@ -35,7 +35,7 @@ manaplus: when: always expire_in: 3 week -newlines: +.newlines: stage: test tags: - lightweight @@ -53,7 +53,7 @@ newlines: - ./.tools/contributors.sh - pwd -licensecheck: +.licensecheck: stage: test tags: - lightweight |