Skip to content

Commit

Permalink
CI: disable coq-master job on release branches and allow it to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl authored and eponier committed Jul 9, 2024
1 parent a2f2f32 commit 1dce721
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ coq-proof:

coq-master:
stage: prove
allow_failure: true
rules:
- if: $CI_COMMIT_BRANCH !~ /^release-/
variables:
EXTRA_NIX_ARGUMENTS: --arg coqDeps true --arg coqMaster true
extends: .common
Expand Down

0 comments on commit 1dce721

Please sign in to comment.