summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cirrus.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index c21bc74db..04b31b1e0 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -186,7 +186,6 @@ container_image_build_task:
# source code using contrib/rpm/podman.spec.in
rpmbuild_task:
- skip: $CI == 'true'
only_if: >-
$CIRRUS_CHANGE_MESSAGE !=~ '.*CI:IMG.*' &&
$CIRRUS_CHANGE_MESSAGE !=~ '.*CI:DOCS.*' &&
@@ -247,7 +246,6 @@ vendor_task:
# whether the git tree is clean.
varlink_api_task:
- skip: $CI == 'true'
only_if: >-
$CIRRUS_CHANGE_MESSAGE !=~ '.*CI:IMG.*' &&
$CIRRUS_CHANGE_MESSAGE !=~ '.*CI:DOCS.*'
@@ -711,7 +709,6 @@ special_testing_bindings_task:
special_testing_endpoint_task:
- skip: $CI == 'true'
depends_on:
- "gating"
- "varlink_api"