gitlab-ci: don't run CI-tron on tags
Fixes #49 Part-of: https://gitlab.postmarketos.org/postmarketOS/postmarketos-mkinitfs/-/merge_requests/66 [ci:skip-build]: already built successfully in CI
This commit is contained in:
committed by
Clayton Craft
parent
f6e4773507
commit
1428f27b4a
@@ -56,6 +56,9 @@ build:
|
||||
variables:
|
||||
DEVICE_NAME: qemu-$CPU_ARCH
|
||||
KERNEL_VARIANT: lts
|
||||
rules:
|
||||
- if: '$CI_COMMIT_TAG != null'
|
||||
when: never
|
||||
|
||||
.build-ci-tron-qemu:
|
||||
stage: hardware tests
|
||||
|
Reference in New Issue
Block a user