From ac5625d4dd1276f0e45639f48d1fa24b23ef34eb Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 14 Apr 2024 14:55:58 +0200 Subject: [PATCH] Workflow tests --- .github/workflows/build.yml | 2 +- .github/workflows/build_fluid_docs.yml | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5bad59d494..d43785db2b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: Build and Test -on: [push] +# on: [push] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) diff --git a/.github/workflows/build_fluid_docs.yml b/.github/workflows/build_fluid_docs.yml index 2b6c2f6e1a..8a957b964e 100644 --- a/.github/workflows/build_fluid_docs.yml +++ b/.github/workflows/build_fluid_docs.yml @@ -6,13 +6,15 @@ name: 'Build FLUID User Handbook' # This job must be called explicitly form the 'Actions' tab in GitHub -on: - workflow_dispatch: - inputs: - build-pdf: - type: boolean - description: Build pdf file as well - default: 'true' +on: push + +#on: +# workflow_dispatch: +# inputs: +# build-pdf: +# type: boolean +# description: Build pdf file as well +# default: 'true' permissions: contents: read