From 067883c70cf11343541810045ed6c6fc75572ead Mon Sep 17 00:00:00 2001 From: Amanuel Sisay Date: Wed, 1 Jul 2026 11:21:12 +0200 Subject: [PATCH] chore: allow fork pr deployment for test pages --- .github/workflows/deploy-fork-preview.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/deploy-fork-preview.yml diff --git a/.github/workflows/deploy-fork-preview.yml b/.github/workflows/deploy-fork-preview.yml new file mode 100644 index 0000000..269824a --- /dev/null +++ b/.github/workflows/deploy-fork-preview.yml @@ -0,0 +1,14 @@ +name: Deploy fork preview + +on: + workflow_run: + workflows: ["Build, lint and test"] + types: + - completed + +jobs: + fork-preview: + uses: cloudscape-design/actions/.github/workflows/deploy-fork-preview.yml@main + secrets: inherit + with: + artifact-name: dev-pages