Skip to content

Commit 29a7510

Browse files
committed
Enable full matrix
1 parent 91c5003 commit 29a7510

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cleanup.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@ jobs:
1212
permissions:
1313
packages: write
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
image:
1718
- debian-bullseye
1819
- debian-bookworm
20+
- debian-gcc
1921
- rhel-9.4
2022
- rhel-9.6
21-
- tools-rippled
23+
- tools-rippled-clang-format
24+
- tools-rippled-documentation
25+
- tools-rippled-pre-commit
26+
- tools-rippled-prettier
2227
- ubuntu-jammy
2328
- ubuntu-noble
2429
steps:

0 commit comments

Comments
 (0)