Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Update Documentation.yml
Browse files Browse the repository at this point in the history
manual start of documentation workflow
  • Loading branch information
michaelfliegner authored May 4, 2024
1 parent 63ecc89 commit c24293d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ on:
branches: [main]
tags: ["*"]
pull_request:
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
branches: [main]
tags: ["*"]
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
Expand All @@ -23,6 +32,8 @@ jobs:
with:
version: '1'
- run: |
echo "Log level: ${{ github.event.inputs.logLevel }}"
echo "Tags: ${{ github.event.inputs.tags }}"
git config --global user.name name
git config --global user.email email
git config --global github.user username
Expand Down

0 comments on commit c24293d

Please sign in to comment.