Skip to content

Commit

Permalink
Workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasWM committed Apr 14, 2024
1 parent 3f2e159 commit ac5625d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and Test

on: [push]
# on: [push]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down
16 changes: 9 additions & 7 deletions .github/workflows/build_fluid_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac5625d

Please sign in to comment.