Commit 016934ed authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'allow-schedule-package-and-qa-to-fail' into 'master'

Allow the 'schedule:package-and-qa' job to fail for now

See merge request gitlab-org/gitlab!18270
parents c825bc93 4bc0c934
......@@ -40,3 +40,5 @@ schedule:package-and-qa:
- .only-code-qa-changes
- .only-canonical-schedules
needs: ["build-qa-image", "gitlab:assets:compile"]
# Allowed to fail until https://gitlab.com/gitlab-org/gitlab/issues/33272 is fixed.
allow_failure: true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment