Skip to content

Commit

Permalink
Merge pull request #248 from gerlero/actions
Browse files Browse the repository at this point in the history
Update CI workflow
  • Loading branch information
gerlero authored Feb 10, 2024
2 parents c70efcc + c15a27d commit 2bba9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
build-os: ${{ matrix.build-os }}
openfoam-version: ${{ matrix.openfoam-version }}
app-version: ${{ github.event_name == 'workflow_call' && inputs.app-version || '' }}
app-version: ${{ inputs.app-version }}
deps-kind: ${{ inputs.deps-kind }}
use-cached: ${{ github.event_name == 'workflow_dispatch' && inputs.use-cached || github.event_name != 'workflow_dispatch' && github.event_name != 'schedule' }}
cache-build: ${{ github.event_name != 'workflow_dispatch' && inputs.cache-build || github.event_name != 'workflow_dispatch' }}

0 comments on commit 2bba9c2

Please sign in to comment.