We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43a2a0 commit 51681e0Copy full SHA for 51681e0
.gitlab-ci.yml
@@ -9,6 +9,8 @@
9
# SPDX-License-Identifier: CC-BY-SA-4.0
10
do-static-analysis:
11
stage: test
12
+ rules:
13
+ - if: $CI_COMMIT_TAG == null
14
needs: []
15
image: ubuntu:22.04
16
variables:
0 commit comments