Only make 1 PR deployment run at the time
(cherry picked from commit 807308321ffba6f3813b1e8e86bbab5b955178f5)
This commit is contained in:
@@ -5,6 +5,9 @@ on:
|
||||
|
||||
name: Deploy PR on Github Pages
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
name: Build web version and deploy
|
||||
Reference in New Issue
Block a user