Skip to content

Commit 8e671ab

Browse files
committed
fix(ci): remove redundant test cases from CI jobs
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 7130c6c commit 8e671ab

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/__main-ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,7 @@ jobs:
4848
"test-caching-mono-arch-gha",
4949
"test-caching-multi-arch-gha",
5050
"test-create-manifests-clone-tag",
51-
"test-multi-registry-inputs",
52-
"test-prune-${{ github.run_number }}",
53-
"test-${{ github.ref_name }}-${{ github.run_number }}-mono-arch-signed",
54-
"test-${{ github.ref_name }}-${{ github.run_number }}-multi-arch-signed",
55-
"test-${{ github.ref_name }}-${{ github.run_number }}-mono-arch-unsigned",
56-
"test-${{ github.ref_name }}-${{ github.run_number }}-multi-arch-unsigned"
51+
"test-multi-registry-inputs"
5752
]
5853
5954
clean-with-cache:
@@ -69,7 +64,6 @@ jobs:
6964
images: |
7065
[
7166
"test-multi-registry-inputs",
72-
"test-prune-${{ github.run_number }}",
7367
"test-caching-mono-arch-registry",
7468
"test-caching-multi-arch-registry"
7569
]

0 commit comments

Comments
 (0)