Fix the when condition on artifacts section

Julien 2025-03-21 17:03:12 +01:00
parent e0b7fbd997
commit e7b76b02bc

@ -66,9 +66,9 @@ lint:qt6:
artifacts: artifacts:
paths: paths:
- pyqt6_checker.log - pyqt6_checker.log
when: on_success when: always
access: all access: all
expire_in: "30 days" expire_in: 3 days
``` ```
## Official C++ documentation ## Official C++ documentation