Remove GitHub workflow metadata

ober

07a3b6b80dc03d1f7ab145ceafc4813a40f9b0cf

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
deleted file mode 100644
index 12504f9..0000000
--- a/.github/workflows/ci.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-name: CI
-
-on:
-  push:
-    branches: [main, master]
-  pull_request:
-  workflow_dispatch:
-
-permissions:
-  contents: read
-
-jobs:
-  verify:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
-        with:
-          persist-credentials: false
-
-      - name: Install build tools
-        run: sudo apt-get update && sudo apt-get install -y build-essential curl ca-certificates git openssh-client ripgrep pkg-config
-
-      - name: Install jerbuild
-        run: support/install-verified-jerbuild.sh /tmp/jerbuild
-
-      - name: Verify
-        run: JERBUILD=/tmp/jerbuild make verify
-
-      - name: Release evidence
-        run: JERBUILD=/tmp/jerbuild make release-evidence