Skip to content

Commit

Permalink
Merge pull request #1002 from msimberg/clang-17-on-merge
Browse files Browse the repository at this point in the history
Only run clang 17 CI pipeline on merge
  • Loading branch information
msimberg authored Jan 24, 2024
2 parents d76fa80 + 8816a98 commit 9acfe24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
include:
- local: '.gitlab/includes/gcc13_pipeline.yml'
- local: '.gitlab/includes/clang14_cuda11_pipeline.yml'
- local: '.gitlab/includes/clang17_pipeline.yml'
- local: '.gitlab/includes/performance_gcc13_pipeline.yml'
- local: '.gitlab/includes/gcc12_hip5_pipeline.yml'
1 change: 1 addition & 0 deletions .gitlab/pipeline_on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ include:
- local: '.gitlab/includes/clang13_pipeline.yml'
- local: '.gitlab/includes/clang15_pipeline.yml'
- local: '.gitlab/includes/clang16_pipeline.yml'
- local: '.gitlab/includes/clang17_pipeline.yml'

0 comments on commit 9acfe24

Please sign in to comment.