Skip to content

Commit 2288af5

Browse files
committed
fix: rename job from results-summary to results to remove summary word
1 parent 9b75404 commit 2288af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
IMAGE="${{ env.IMAGE_REGISTRY }}/${{ inputs.package_repository }}:${{ matrix.tag }}"
121121
make test-image IMAGE="$IMAGE" FLAVOR="${{ matrix.flavor }}"
122122
123-
results-summary:
123+
results:
124124
needs: [setup, test]
125125
runs-on: ubuntu-latest
126126
if: always()

0 commit comments

Comments
 (0)