Skip to content

Commit

Permalink
Give conditional trigger step a name
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesdring committed Oct 17, 2023
1 parent 8388b8c commit 97469a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 97469a0

Please sign in to comment.