Skip to content

Commit

Permalink
don't interrupt gh-pages or new-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Jul 10, 2023
1 parent 5bafb24 commit 87cd02e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@ sonarqube_cov:
# Deploy documentation to github-pages
gh-pages:
stage: deploy
interruptible: false
extends:
- .default_variables
- .deploy_condition
Expand Down Expand Up @@ -922,6 +923,7 @@ cudamemcheck:

new-issue-on-failure:
stage: on-failure
interruptible: false
extends:
- .default_variables
- .use_status-job-settings
Expand Down

0 comments on commit 87cd02e

Please sign in to comment.