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
|
name: Deploy PR on Github Pages
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
name: Build web version and deploy
|
name: Build web version and deploy
|
||||||
Reference in New Issue
Block a user