test in pipeline only for tags

This commit is contained in:
ansgarz 2024-11-25 21:40:22 +01:00
parent 58ff04fb35
commit b14327efc6

View file

@ -45,6 +45,7 @@ variables:
test: test:
<<: *tag_only
stage: test stage: test
image: docker:24.0.5 image: docker:24.0.5
services: services:
@ -72,6 +73,7 @@ test:
package: package:
<<: *kotlin <<: *kotlin
<<: *tag_only
stage: package stage: package
script: script:
- pyb package - pyb package