Skip to content

Commit

Permalink
ENH: Bump ITK remote build GHA version (#8)
Browse files Browse the repository at this point in the history
* ENH: Bump checkout action in clang format linter GHA worfklow

Bump checkout action in clang format linter GHA worfklow to v4.

* ENH: Bump ITK remote build GHA version

Bump ITK remote build GHA version.

Take advantage of the commit to prevent duplicate CI builds.
  • Loading branch information
jhlegarreta authored Sep 8, 2024
1 parent 0af1a19 commit 1a15d84
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
name: Build, test, package

on: [push,pull_request]
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main

jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@d4a5ce4f219b66b78269a15392e15c95f90e7e00
with:
itk-git-tag: 'v5.3.0'
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@d4a5ce4f219b66b78269a15392e15c95f90e7e00
with:
itk-wheel-tag: 'v5.3.0'
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
secrets:
pypi_password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master

0 comments on commit 1a15d84

Please sign in to comment.