From 511ad1ab3e7f5698a221fe08036ad577083b195f Mon Sep 17 00:00:00 2001 From: "Yang, Bo" Date: Thu, 2 Feb 2023 15:14:35 -0800 Subject: [PATCH] Set concurrency to GitHub Action to avoid conflicts in git push --- .github/workflows/gh-pages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 640d010..60bfbe1 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -7,9 +7,8 @@ on: jobs: build: - runs-on: ubuntu-latest - + concurrency: ${{github.ref}} steps: - uses: actions/checkout@v2 with: