Skip to content

Commit

Permalink
ENH: GHA: cancel in progress builds for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Dec 9, 2024
1 parent a579b94 commit ddc6620
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on: [push,pull_request]

jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0
uses: SimonRit/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@d128d87f1d0f25ca5f1e4ad38588b8e48ec8e108

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
uses: SimonRit/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@d128d87f1d0f25ca5f1e4ad38588b8e48ec8e108
with:
cmake-options: '-DRTK_BUILD_APPLICATIONS:BOOL=OFF'
itk-python-package-org: 'SimonRit'
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Test concurrence

RTK: The Reconstruction ToolKit
===============================

Expand Down

0 comments on commit ddc6620

Please sign in to comment.