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:
David Testé
2023-01-12 09:25:32 +01:00
committed by David Testé
parent 3ede5642d8
commit 140330f412

View File

@@ -2,7 +2,9 @@ name: Publish documentation
on:
workflow_run:
workflows: [AwsEc2Build]
workflows: [AwsEc2BuildCpu]
branches:
- main
types:
- completed