Browse Source

ci: Always run metainfo job

`changes` rule does not work as wanted with forks.
fractal-7
Kévin Commaille 2 years ago
parent
commit
05302e4a45
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416
  1. 6
      .gitlab-ci/test.yml

6
.gitlab-ci/test.yml

@ -14,9 +14,3 @@ metainfo:
# Test also with the pedantic and strict flags.
- appstreamcli validate --pedantic --explain --strict ${METAINFO}
needs: ["build@x86_64"]
rules:
- changes:
- data/org.gnome.Fractal.metainfo.xml.in.in
when: always
- when: manual
allow_failure: true
Loading…
Cancel
Save