workflow
This commit is contained in:
parent
bb92a24655
commit
bf550d59b8
2 changed files with 11 additions and 2 deletions
5
.changeset/test-downstream-workflow.md
Normal file
5
.changeset/test-downstream-workflow.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"@reuters-graphics/graphics-components": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Test downstream workflow notification system
|
||||||
8
.github/workflows/notify-downstream.yaml
vendored
8
.github/workflows/notify-downstream.yaml
vendored
|
|
@ -1,13 +1,17 @@
|
||||||
name: Notify downstream repositories
|
name: Notify downstream repositories
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
push:
|
||||||
types: [published]
|
tags:
|
||||||
|
- 'v*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dispatch:
|
dispatch:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Wait for npm propagation
|
||||||
|
run: sleep 30
|
||||||
|
|
||||||
- name: Dispatch to bluprint_graphics-kit
|
- name: Dispatch to bluprint_graphics-kit
|
||||||
uses: peter-evans/repository-dispatch@v4
|
uses: peter-evans/repository-dispatch@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue