We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8489b33 commit da10ff8Copy full SHA for da10ff8
1 file changed
.gitlab-ci.yml
@@ -33,22 +33,4 @@ build:
33
only:
34
- main
35
- merge_requests
36
- - tags
37
-
38
-docs:
39
- image: ghcr.io/algebraic-programming/hicr/docs:latest
40
- tags:
41
- - docker
42
- - tiny
43
- script:
44
- - echo "Checking TaskR source and test formatting..."
45
- - .build-tools/style/check-style.sh check include
46
- - .build-tools/style/check-style.sh check tests
47
- - .build-tools/style/check-style.sh check examples
48
- - echo "Building code documentation..."
49
- - make -j1 -C docs
50
- only:
51
- - main
52
- - merge_requests
53
54
+ - tags
0 commit comments