Skip to content
Snippets Groups Projects
Commit 2e880635 authored by Zubin's avatar Zubin Committed by Marge Bot
Browse files

ci: Allow release-hackage-lint to fail

Otherwise it blocks the ghcup metadata pipeline from running.
parent 151770ca
No related branches found
No related tags found
No related merge requests found
......@@ -841,6 +841,10 @@ release-hackage-lint:
rules:
- if: '$RELEASE_JOB == "yes"'
extends: .hackage
# The ghcup metadata pipeline requires all prior jobs to
# pass. The hackage job can easily fail due to API changes
# or similar - so we allow it to fail.
allow_failure: true
variables:
# No slow-validate bindist on release pipeline
EXTRA_HC_OPTS: "-dlint"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment