Skip to content

Commit 9c620e5

Browse files
committed
Fix CI workflow YAML file
1 parent 3244028 commit 9c620e5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
interop-test:
100100
if: github.event.pull_request.draft == false
101-
needs: build-and-unit-test
101+
#needs: build-and-unit-test
102102
name: Interop test
103103
runs-on: ubuntu-latest
104104

src/state.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -2474,4 +2474,3 @@ State::successor(LeafIndex index,
24742474
}
24752475

24762476
} // namespace MLS_NAMESPACE
2477-

0 commit comments

Comments
 (0)