diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 4656ee5f..a44d41fa 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -7,7 +7,7 @@ on: paths: [docs/**, .github/workflows/wiki.yml] concurrency: - group: wiki + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true permissions: @@ -38,4 +38,4 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add . - git diff-index --quiet HEAD || git commit -m "action: wiki sync" && git push \ No newline at end of file + git diff-index --quiet HEAD || git commit -m "action: wiki sync" && git push