ci (docs): prevent concurrent search update processes (#35127)

This commit is contained in:
Charis
2025-04-21 08:39:37 -04:00
committed by GitHub
parent 1d4f8e5db3
commit 68832f2c00

View File

@@ -17,6 +17,10 @@ on:
schedule:
- cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-prod
cancel-in-progress: false
permissions:
contents: read