[nautilus/zbrown/aarch64] fixup
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/zbrown/aarch64] fixup
- Date: Tue, 30 Aug 2022 22:45:56 +0000 (UTC)
commit 35ec2979166099c80b406974648148543c993423
Author: António Fernandes <antoniof gnome org>
Date: Tue Aug 30 22:45:56 2022 +0000
fixup
.gitlab-ci.yml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 135d734d2..64e07df0f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,8 +20,13 @@ flatpak@x86_64:
extends: ['.flatpak@x86_64', '.vars-devel']
flatpak@aarch64:
- #don't build on MRs to save resources
- stage: deploy
+ #don't build for every, MRs to save resources
+ only:
+ refs:
+ - 'master'
+ - 'main'
+ - $CI_DEFAULT_BRANCH
+
extends: ['.flatpak@aarch64', '.vars-devel']
nightly@x86_64:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]