Skip to content

Commit

Permalink
fix: doxygen only for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 5, 2024
1 parent d06a3dc commit 6c99a1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ jobs:
#########################################################

doc_generate:
if: ${{ inputs.runner == 'ubuntu-latest' }}
name: Generate documentation
runs-on: ${{ inputs.runner }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true

jobs:
dispatch:
ci:
uses: ./.github/workflows/ci.yml
with:
runner: ubuntu-latest
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true

jobs:
dispatch:
ci:
uses: ./.github/workflows/ci.yml
with:
runner: macos-latest

0 comments on commit 6c99a1c

Please sign in to comment.