This is an automated email from the ASF dual-hosted git repository. mdedetrich pushed a commit to branch 1.0.x in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
commit bf79e1eafaf458944a6c3b83bc0a0c84b94a2d2f Author: Matthew de Detrich <[email protected]> AuthorDate: Tue Jan 23 13:44:06 2024 +1100 Fix dependency-submission with invalid module (cherry picked from commit 4a62a6cb75536b75673e95356c9271c6fe8ec8e1) --- .github/workflows/dependency-graph.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index e96c3efbc..b9f6953e0 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -10,3 +10,5 @@ jobs: steps: - uses: actions/checkout@v4 - uses: scalacenter/sbt-dependency-submission@v2 + with: + modules-ignore: pekko-http-tests_3 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
