Browse Source

Rename Docker Test job back to Docker Build for branch protection

maziggy 4 months ago
parent
commit
8abfaa391a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -166,7 +166,7 @@ jobs:
   # ============================================================================
 
   docker-test:
-    name: Docker Test
+    name: Docker Build
     runs-on: ubuntu-latest
     needs: [backend-tests, frontend-build]
     steps: