From dbe18f831442e191cf7ef4a70732700aebe04524 Mon Sep 17 00:00:00 2001
From: Ole Morud <82065181+olemorud@users.noreply.github.com>
Date: Tue, 31 Jan 2023 22:47:42 +0100
Subject: [PATCH] [CI] change workflow trigger to `pull_request`

https://github.com/root-project/root/pull/12112#issuecomment-1411004278

Have not looked much into it and this will probably break the CI for the meantime
---
 .github/workflows/buildroot.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/buildroot.yml b/.github/workflows/buildroot.yml
index adaa67870aa..2e279acbd0a 100644
--- a/.github/workflows/buildroot.yml
+++ b/.github/workflows/buildroot.yml
@@ -6,7 +6,8 @@ on:
     - cron: '0 1 * * *'
 
   # PR
-  pull_request_target:
+  # https://github.com/root-project/root/pull/12112#issuecomment-1411004278
+  pull_request:
     branches:
       - '**'
     paths-ignore:
-- 
GitLab