prevent pipeline failure when libbehave fails to upload artifacts

This commit is contained in:
Hazelnoot 2025-09-27 17:45:57 -04:00
parent 2f1ac23c57
commit 1150a04f51

View file

@ -16,3 +16,6 @@ libbehave-experiment:
# Don't wait, since this has no dependencies.
# https://docs.gitlab.com/ci/yaml/#needs
needs: []
# Gitlab issue currently causes error when upload final artifacts
allow_failure: true