Skip to content

Commit 1a8ee80

Browse files
committed
comment out unnecessary dependencies in ubuntu workflow
1 parent dcb0687 commit 1a8ee80

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ubuntu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,9 @@ jobs:
332332
PPC_NUM_PROC: 1
333333
PPC_ASAN_RUN: 1
334334
gcc-build-codecov:
335-
needs:
336-
- gcc-test-extended
337-
- clang-test-extended
335+
# needs:
336+
# - gcc-test-extended
337+
# - clang-test-extended
338338
runs-on: ubuntu-24.04
339339
steps:
340340
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)