Skip to content

Commit a4d58a1

Browse files
committed
Expand GitHub Actions triggers and uncomment needs dependencies in workflows
1 parent ad308fe commit a4d58a1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -977,10 +977,10 @@ jobs:
977977
PPC_NUM_PROC: 1
978978
PPC_NUM_THREADS: 13
979979
ubuntu-gcc-build-codecov:
980-
# needs:
981-
# - ubuntu-gcc-test-extended
982-
# - ubuntu-clang-test-extended
983-
# - macos-clang-test-extended
980+
needs:
981+
- ubuntu-gcc-test-extended
982+
- ubuntu-clang-test-extended
983+
- macos-clang-test-extended
984984
runs-on: ubuntu-24.04
985985
steps:
986986
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)