From 05be0c54e5dd7435d596791248dd66d6e521fd1c Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 11 Jun 2024 02:10:45 +0200 Subject: [PATCH] Update CI to `pull_request_target` (#13495) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c0dbff37..50822a82 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ name: Ultralytics CI on: push: branches: [main] - pull_request: + pull_request_target: branches: [main] schedule: - cron: "0 0 * * *" # runs at 00:00 UTC every day