From 5a3ff7884485aecd72129436928030b5b8cc1cf2 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Tue, 26 Apr 2022 21:41:03 +0200 Subject: [PATCH] Fix syntax error in workflow build.yml file --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 900864f3..01a23f7e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,8 +26,6 @@ on: branches-ignore: - 'onlinedocs' workflow_call: - branches-ignore: - - 'onlinedocs' env: BUILD_TYPE: RelWithDebInfo