Skip to content

Commit

Permalink
Disable fail-fast mode for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rcny committed Feb 6, 2024
1 parent b92e879 commit 19e02ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ include:
stage: .post
rules:
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
when: on_failure
when: never
variables:
PROJECT_ID: "${CI_PROJECT_ID}"
PROJECT_NAME: "${CI_PROJECT_NAME}"
Expand All @@ -246,6 +246,7 @@ remove-cancel-pipeline-message:
stage: .post
rules:
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
when: never
variables:
PROJECT_ID: "${CI_PROJECT_ID}"
PROJECT_NAME: "${CI_PROJECT_NAME}"
Expand Down

0 comments on commit 19e02ef

Please sign in to comment.