git: 9244506a1b31 - main - Cirrus-CI: hide manual tasks from official runs

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Thu, 11 May 2023 18:21:33 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=9244506a1b314d9ad5bcb1bd5cc0b75939464174

commit 9244506a1b314d9ad5bcb1bd5cc0b75939464174
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-05-11 15:16:51 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-05-11 18:20:43 +0000

    Cirrus-CI: hide manual tasks from official runs
    
    Sponsored by:   The FreeBSD Foundation
---
 .cirrus.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.cirrus.yml b/.cirrus.yml
index 9d97ca74e75b..ea3683c1169d 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -21,12 +21,14 @@ task:
       TARGET_ARCH: amd64
       TOOLCHAIN_PKG: llvm15
   - name: World and kernel arm64 build and boot smoke test
+    only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
     trigger_type: manual
     env:
       TARGET: arm64
       TARGET_ARCH: aarch64
       TOOLCHAIN_PKG: llvm15
   - name: World and kernel gcc12 amd64 build and boot smoke test (manual)
+    only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
     trigger_type: manual
     env:
       TARGET: amd64