Skip to content

Commit 65eb1e0

Browse files
committed
Update .gitlab-ci.yml file
1 parent 355abaa commit 65eb1e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.gitlab-ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
stages:
2-
- tag
32
- build
43
- test
54
- lint
5+
- tag
66
- release
77
- audit
88
- benchmark
@@ -92,8 +92,6 @@ benchmark:
9292
script: cargo bench
9393
rules:
9494
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
95-
needs:
96-
- job: publish
9795
cache:
9896
- key:
9997
files:

0 commit comments

Comments
 (0)