Philipp Hörist pushed to branch master at gajim / gajim


Commits:
0155c811 by lovetox at 2022-03-27T16:11:36+02:00
ci: Run pyright job only when python files change

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -12,6 +12,9 @@ stages:
 
 pyright:
   stage: test
+  rules:
+    - changes:
+      - "**/*.py"
   script:
     - pip3 install git+https://dev.gajim.org/gajim/python-nbxmpp.git
     - pip3 install git+https://github.com/pygobject/pygobject-stubs.git



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/0155c811c8c300a4a917052e7b3fcaae236d29ed

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/0155c811c8c300a4a917052e7b3fcaae236d29ed
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to