Skip to content

Commit 51681e0

Browse files
committed
refactor: 引入 1.8.3 版的 The Common Project Template 配置(修正 tag 事件仍觸發靜態分析 CI 流程問題)
Signed-off-by: 林博仁(Buo-ren, Lin) <[email protected]>
1 parent c43a2a0 commit 51681e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
# SPDX-License-Identifier: CC-BY-SA-4.0
1010
do-static-analysis:
1111
stage: test
12+
rules:
13+
- if: $CI_COMMIT_TAG == null
1214
needs: []
1315
image: ubuntu:22.04
1416
variables:

0 commit comments

Comments
 (0)