From 07961f9b2f58cff7aefcc25c1235a31ee1b1d974 Mon Sep 17 00:00:00 2001
From: olemorud <ole.kristian.morud@cern.ch>
Date: Thu, 30 Mar 2023 16:38:09 +0200
Subject: [PATCH] [CI] Fix breaking typo

---
 .github/workflows/root-ci-config/build_root.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/root-ci-config/build_root.py b/.github/workflows/root-ci-config/build_root.py
index e3750ca6cb0..372f13e6945 100755
--- a/.github/workflows/root-ci-config/build_root.py
+++ b/.github/workflows/root-ci-config/build_root.py
@@ -136,7 +136,7 @@ def main():
 
     # Build artifacts should only be uploaded for full builds, and only for "official" branches
     # (master, v?-??-??-patches), i.e. not for pull_request
-    if not pull_request and not args.incremenetal:
+    if not pull_request and not args.incremental:
         archive_and_upload(yyyy_mm_dd, obj_prefix)
 
     print_shell_log(shell_log)
-- 
GitLab