Skip to content

Feature: Only trigger cd when ci is successful #75

Feature: Only trigger cd when ci is successful

Feature: Only trigger cd when ci is successful #75

# 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

Check failure on line 7 in .github/workflows/label-public-pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/label-public-pr.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
jobs:
label:
uses: ecmwf-actions/reusable-workflows/.github/workflows/label-pr.yml@v2