[CI] silence gl sim for now till caravel's gl is ready
diff --git a/.github/workflows/user_project_ci.yml b/.github/workflows/user_project_ci.yml
index 47cfded..a8d1b17 100644
--- a/.github/workflows/user_project_ci.yml
+++ b/.github/workflows/user_project_ci.yml
@@ -73,27 +73,27 @@
          # Run test number 0,1,2,3,4 in one job                            <test-ids>   <sim-mode>
          run: bash ${GITHUB_WORKSPACE}/.github/scripts/dv/run-dv-wrapper.sh 0,1,2,3,4      RTL
 
-  dv_gl:
-    runs-on: ubuntu-latest
-    steps:
-       - uses: actions/checkout@v2
-         with:
-          submodules: 'true'
+  # dv_gl:
+  #   runs-on: ubuntu-latest
+  #   steps:
+  #      - uses: actions/checkout@v2
+  #        with:
+  #         submodules: 'true'
       
-       - name: Set up QEMU
-         uses: docker/setup-qemu-action@v1
+  #      - name: Set up QEMU
+  #        uses: docker/setup-qemu-action@v1
 
-       - name: Set up Docker Buildx
-         uses: docker/setup-buildx-action@v1
+  #      - name: Set up Docker Buildx
+  #        uses: docker/setup-buildx-action@v1
         
-       - name: Install The PDK
-         run:  bash ${GITHUB_WORKSPACE}/.github/scripts/dv/pdkBuild.sh
-         env: 
-          OPENLANE_TAG: v0.12
+  #      - name: Install The PDK
+  #        run:  bash ${GITHUB_WORKSPACE}/.github/scripts/dv/pdkBuild.sh
+  #        env: 
+  #         OPENLANE_TAG: v0.12
           
-       - name: Install The Dockerized DV Setup
-         run:  docker pull efabless/dv_setup:latest
+  #      - name: Install The Dockerized DV Setup
+  #        run:  docker pull efabless/dv_setup:latest
        
-       - name: Run DV tests
-         # Run test number 0,1,2,3,4 in one job                             <test-ids>   <sim-mode>
-         run: bash ${GITHUB_WORKSPACE}/.github/scripts/dv/run-dv-wrapper.sh 0,1,2,3,4      GL
\ No newline at end of file
+  #      - name: Run DV tests
+  #        # Run test number 0,1,2,3,4 in one job                             <test-ids>   <sim-mode>
+  #        run: bash ${GITHUB_WORKSPACE}/.github/scripts/dv/run-dv-wrapper.sh 0,1,2,3,4      GL
\ No newline at end of file