From 22d11c3579c09a2ac4b2005f676ac4080ca07190 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Tue, 24 Sep 2024 15:27:56 +0200 Subject: [PATCH] rm gitspiegel trigger --- .github/workflows/gitspiegel-trigger.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/gitspiegel-trigger.yml diff --git a/.github/workflows/gitspiegel-trigger.yml b/.github/workflows/gitspiegel-trigger.yml deleted file mode 100644 index dce3aaf..0000000 --- a/.github/workflows/gitspiegel-trigger.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: gitspiegel sync - -# This workflow doesn't do anything, it's only use is to trigger "workflow_run" -# webhook, that'll be consumed by gitspiegel -# This way, gitspiegel won't do mirroring, unless this workflow runs, -# and running the workflow is protected by GitHub - -on: - pull_request: - types: - - opened - - synchronize - - unlocked - - ready_for_review - - reopened - -jobs: - sync: - runs-on: ubuntu-latest - steps: - - name: Do nothing - run: echo "let's go"