From d742ffe76c05f36463cc5357b51f070101bdd3c6 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin <dkalinkin@bnl.gov> Date: Sun, 31 Dec 2023 00:02:29 -0500 Subject: [PATCH] mirror.yml: don't trigger on pull_request For this to work, it needs some custom code to create ad-hoc branches with merged PR state. Let's disable this for now. --- .github/workflows/mirror.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index a8810563..9f3ce3c6 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -1,7 +1,6 @@ name: Mirror and Trigger EICweb on: - pull_request: push: workflow_dispatch: -- GitLab