Skip to content

Commit

Permalink
turn off workflow for push to dev2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Nov 28, 2023
1 parent 8f7696b commit 5ae67fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/root-cmakelists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: root-cmakelists
on:
workflow_dispatch:
push:
# branches-ignore:
# - '**/dev2'
# - '**/*dev2'
branches-ignore:
- '**/dev2'
- '**/*dev2'
pull_request:

concurrency: ci-root-cmakelists-${{ github.ref }}
Expand Down
10 changes: 10 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@

FIXME: redo GraphBLAS/Demo/Output/*.out
FIXME: GraphBLAS/Demo: when running demos, create output in build folder
FIXME: ParU/Demo: when running demos, create res.txt in build folder
FIXME: remove (these are all in umfpack.h):

UMFPACK/Include/umfpack_copy_numeric.h
UMFPACK/Include/umfpack_copy_symbolic.h
UMFPACK/Include/umfpack_deserialize_numeric.h
UMFPACK/Include/umfpack_deserialize_symbolic.h
UMFPACK/Include/umfpack_serialize_numeric.h
UMFPACK/Include/umfpack_serialize_symbolic.h

0 comments on commit 5ae67fb

Please sign in to comment.