Skip to content

Commit 8a945f7

Browse files
committed
Disable "cancel-in-progress" temporarily so we can see the full matrix of CI results
Signed-off-by: Joshua Minor <joshm@pixar.com>
1 parent 6febcf3 commit 8a945f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.ref }}
20-
cancel-in-progress: true
20+
# cancel-in-progress: true
2121

2222
jobs:
2323
cpp_build:

0 commit comments

Comments
 (0)