Skip to content

Commit

Permalink
Update Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Jul 5, 2023
1 parent 6bb9f70 commit 883dc73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,10 @@ jobs:
strategy:
matrix:
openfoam-version: [2306, 2212, 2206, 2112]
include:
- openfoam-version: 2306
- openfoam-version: 2212
openfoam-tarball-url: https://dl.openfoam.com/source/v2212/OpenFOAM-v2212_230612.tgz
- openfoam-version: 2112
openfoam-tarball-url: https://dl.openfoam.com/source/v2112/OpenFOAM-v2112_220610.tgz
fail-fast: false
uses: ./.github/workflows/build-test.yml
with:
openfoam-version: ${{ matrix.openfoam-version }}
openfoam-tarball-url: ${{ matrix.openfoam-tarball-url }}
build-os: ${{ inputs.build-os }}
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' }}
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,9 @@ jobs:
strategy:
matrix:
openfoam-version: [2306, 2212, 2206, 2112]
include:
- openfoam-version: 2306
- openfoam-version: 2212
openfoam-tarball-url: https://dl.openfoam.com/source/v2212/OpenFOAM-v2212_230612.tgz
- openfoam-version: 2112
openfoam-tarball-url: https://dl.openfoam.com/source/v2112/OpenFOAM-v2112_220610.tgz
fail-fast: false
uses: ./.github/workflows/build-test.yml
with:
openfoam-version: ${{ matrix.openfoam-version }}
openfoam-tarball-url: ${{ matrix.openfoam-tarball-url }}
app-version: ${{ needs.get-version.outputs.app-version }}
release: true

0 comments on commit 883dc73

Please sign in to comment.