mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-10 04:35:03 -05:00
chore(ci): move doc publishing to its own workflow
Now this workflow would only be triggered on default branch once the AWS build for CPU is completed. If the AWS workflows conclusion is a success then the doc will be published.
This commit is contained in:
4
.github/workflows/publish_doc.yml
vendored
4
.github/workflows/publish_doc.yml
vendored
@@ -2,7 +2,9 @@ name: Publish documentation
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [AwsEc2Build]
|
||||
workflows: [AwsEc2BuildCpu]
|
||||
branches:
|
||||
- main
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user