Skip to content

Commit ca4d69a

Browse files
authored
add concurrency to build-gh-pages.yml
1 parent d8395e7 commit ca4d69a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-gh-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
- 'gh-pages'
66
pull_request:
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
generate-files:
1014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)