mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Prevent the rare documentation generation failure (#62312)
Limit to one documentation generation job at a time.
This commit is contained in:
@@ -7,6 +7,7 @@ jobs:
|
||||
generate_documentation:
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
runs-on: ubuntu-20.04
|
||||
concurrency: gen-docs
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup cache
|
||||
|
||||
Reference in New Issue
Block a user