diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index f265ba0..71bc8db 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -1,20 +1,9 @@ name: Build, test, package -on: - push: - branches: - - main - tags: - - 'v*' - pull_request: - branches: - - main +on: [push,pull_request] jobs: - cxx-build-workflow: - uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@main - - python-build-workflow: - uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@main - secrets: - pypi_password: ${{ secrets.pypi_password }} + placeholder: + runs-on: ubuntu-latest + steps: + - run: echo "Build disabled for WIP clang-format linter test" diff --git a/.github/workflows/clang-format-linter.yml b/.github/workflows/clang-format-linter.yml index 7d1df4f..4ab6e6b 100644 --- a/.github/workflows/clang-format-linter.yml +++ b/.github/workflows/clang-format-linter.yml @@ -9,6 +9,6 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@main + - uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@composite-action with: itk-branch: main