From bae230d45d728f8052f79c6be430607f66e09cd4 Mon Sep 17 00:00:00 2001 From: Daniel Carl Jones Date: Tue, 14 Oct 2025 14:54:08 +0100 Subject: [PATCH] Fix fstab tests CI job name Signed-off-by: Daniel Carl Jones --- .github/workflows/integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 3bd13c6e0..9b715c5cc 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -65,7 +65,7 @@ jobs: matrix: bucket-type: - name: S3 - feature: + feature: - name: S3XOZ feature: s3express_tests fuseVersion: [2, 3] @@ -125,7 +125,7 @@ jobs: matrix: bucket-type: - name: S3 - feature: + feature: - name: S3XOZ feature: s3express_tests runner: @@ -173,7 +173,7 @@ jobs: run: ./.github/actions/scripts/save-coredump.sh fstab: - name: fstab tests (${{ matrix.runner.name }} + name: fstab tests (${{ matrix.runner.name }}) runs-on: ${{ matrix.runner.tags }} needs: approval