From a4feaf53feb04b11be689a2327747210549ce514 Mon Sep 17 00:00:00 2001 From: ember Date: Tue, 17 Mar 2026 13:11:02 +0000 Subject: [PATCH] sync: remove stale trigger.yaml --- .forgejo/workflows/trigger.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .forgejo/workflows/trigger.yaml diff --git a/.forgejo/workflows/trigger.yaml b/.forgejo/workflows/trigger.yaml deleted file mode 100644 index 2904ac2..0000000 --- a/.forgejo/workflows/trigger.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: Trigger CI Pipeline - -on: - push: - branches: - - deployment - -jobs: - dispatch: - runs-on: ubuntu-latest - steps: - - name: Trigger build in ci-pipelines repo - run: | - curl -s -X POST \ - "http://forgejo.tooling.svc.cluster.local:3000/api/v1/repos/ember/ci-pipelines/dispatches" \ - -H "Authorization: token ${{ secrets.CI_DISPATCH_TOKEN }}" \ - -H "Content-Type: application/json" \ - -d '{"event_type": "continuwuity-push", "client_payload": {"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}}'