diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0ad67680..c1c6cf31 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -42,7 +42,8 @@ jobs: commit_message: Data updates file_pattern: data output pipelines - - if: steps.updated.outputs.changes > 0 + - name: Trigger downstream pipeline + if: steps.updated.outputs.changes > 0 env: GITHUB_TOKEN: ${{ secrets.TRIGGER_TOKEN }} run: |