From ea7eeb2872fcf8a68272fe03e1309652a27a619b Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Wed, 13 Sep 2023 20:33:17 -0700 Subject: [PATCH] Try moving from to pull_request_target to pull_request --- .github/workflows/ci-front.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-front.yaml b/.github/workflows/ci-front.yaml index 59f8dc1fb..51bb90329 100644 --- a/.github/workflows/ci-front.yaml +++ b/.github/workflows/ci-front.yaml @@ -3,7 +3,7 @@ on: push: branches: - main - pull_request_target: + pull_request: jobs: front-test: runs-on: ci-8-cores