From 140330f4123f21f51a4094b79f0ec0eb72322894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Test=C3=A9?= Date: Thu, 12 Jan 2023 09:25:32 +0100 Subject: [PATCH] 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. --- .github/workflows/publish_doc.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_doc.yml b/.github/workflows/publish_doc.yml index 1f8d05771..d6e8b3b81 100644 --- a/.github/workflows/publish_doc.yml +++ b/.github/workflows/publish_doc.yml @@ -2,7 +2,9 @@ name: Publish documentation on: workflow_run: - workflows: [AwsEc2Build] + workflows: [AwsEc2BuildCpu] + branches: + - main types: - completed