From bf550d59b8a74b11158c5b7eccb7b6b49699bcec Mon Sep 17 00:00:00 2001 From: hobbes7878 Date: Fri, 24 Oct 2025 18:13:25 +0100 Subject: [PATCH] workflow --- .changeset/test-downstream-workflow.md | 5 +++++ .github/workflows/notify-downstream.yaml | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .changeset/test-downstream-workflow.md diff --git a/.changeset/test-downstream-workflow.md b/.changeset/test-downstream-workflow.md new file mode 100644 index 00000000..aefbcf58 --- /dev/null +++ b/.changeset/test-downstream-workflow.md @@ -0,0 +1,5 @@ +--- +"@reuters-graphics/graphics-components": patch +--- + +Test downstream workflow notification system diff --git a/.github/workflows/notify-downstream.yaml b/.github/workflows/notify-downstream.yaml index 1ca19ab0..057e0d6b 100644 --- a/.github/workflows/notify-downstream.yaml +++ b/.github/workflows/notify-downstream.yaml @@ -1,13 +1,17 @@ name: Notify downstream repositories on: - release: - types: [published] + push: + tags: + - 'v*' jobs: dispatch: runs-on: ubuntu-latest steps: + - name: Wait for npm propagation + run: sleep 30 + - name: Dispatch to bluprint_graphics-kit uses: peter-evans/repository-dispatch@v4 with: