ci (docs): prevent concurrent search update processes (#35127)
This commit is contained in:
4
.github/workflows/search.yml
vendored
4
.github/workflows/search.yml
vendored
@@ -17,6 +17,10 @@ on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-prod
|
||||
cancel-in-progress: false
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
||||
Reference in New Issue
Block a user