Revert "Add another test"

This reverts commit a9cf981cacb784683e55ea3068c06ea8d86f92f8.
diff --git a/.github/workflows/Automerge.yml b/.github/workflows/Automerge.yml
index 50bb76a..355d9b3 100644
--- a/.github/workflows/Automerge.yml
+++ b/.github/workflows/Automerge.yml
@@ -11,18 +11,6 @@
     if: ${{ !(github.event_name != 'pull_request' && github.actor == 'dependabot[bot]') }}
     uses: ./.github/workflows/Tests.yml
 
-  SecretTest:
-    container: ubuntu:bionic
-    runs-on:
-      - self-hosted
-      - Linux
-      - X64
-    steps:
-
-      - name: 🚀 Update latest URL files
-        if: github.event_name == 'push'
-        run: mkdir -p ${{ secrets.GCP_STORAGE_BUCKET }}
-
 
   Automerge:
     needs: Pipeline