Skip to content

MWPW-129918: Masonry styles for section metadata (#1026) #5

MWPW-129918: Masonry styles for section metadata (#1026)

MWPW-129918: Masonry styles for section metadata (#1026) #5

Workflow file for this run

name: Dispatch workflows
on:
push:
branches:
- main
jobs:
dispatch-dc:
name: Dispatch DC workflow
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- uses: dorny/paths-filter@v2
id: changes
with:
filters: |
src:
- 'libs/**'
- if: steps.changes.outputs.src == 'true'
name: Trigger DC Workflow
uses: actions/github-script@v6
with:
github-token: ${{ secrets.DC_PAT }}
script: |
github.rest.actions.createWorkflowDispatch({
owner: 'adobecom',
repo: 'dc',
workflow_id: 'test-milo.yml',
ref: 'main',
})