From 96bd2b3217b6121f12d9b801cf0f89bf6e597fcb Mon Sep 17 00:00:00 2001 From: BrettMayson Date: Thu, 19 Dec 2024 18:55:44 -0600 Subject: [PATCH] CI - Disable annotations in arma.yml (#10575) ci: disable annotations in arma.yml --- .github/workflows/arma.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/arma.yml b/.github/workflows/arma.yml index 1af2e7e0602..c3769d59126 100644 --- a/.github/workflows/arma.yml +++ b/.github/workflows/arma.yml @@ -34,6 +34,8 @@ jobs: uses: actions/checkout@v4 - name: Setup HEMTT uses: arma-actions/hemtt@v1 + with: + annotate: false - name: Run HEMTT build run: hemtt build - name: Rename build folder