Skip to content

Only trigger cd when ci is successful #76

Only trigger cd when ci is successful

Only trigger cd when ci is successful #76

# Manage labels of pull requests that originate from forks
name: label-public-pr
on:
pull_request_target:
types: [opened, synchronize]
How to trigger a github action workflow only after another workflow succeeds
jobs:
label:
uses: ecmwf-actions/reusable-workflows/.github/workflows/label-pr.yml@v2