From 7949cff5df28aa44af7559029e70e0185a636cfd Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Fri, 15 Sep 2023 11:25:42 -0700 Subject: [PATCH] Try fix CI with pull_request trigger --- .github/workflows/ci-front.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci-front.yaml b/.github/workflows/ci-front.yaml index b95960b42..9e41e8c3b 100644 --- a/.github/workflows/ci-front.yaml +++ b/.github/workflows/ci-front.yaml @@ -10,9 +10,7 @@ jobs: env: REACT_APP_SERVER_BASE_URL: http://localhost:3000 steps: - - uses: actions/checkout@v3 - with: - ref: ${{ github.head_ref || github.ref_name }} + - uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v3 with: