Skip to content

Commit

Permalink
Only run reporting job when build ID output is not empty
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Oct 12, 2023
1 parent c286138 commit f12ce3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rebuild-changed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
strategy:
matrix:
build_id: ${{ fromJson(needs.trigger-rebuild-for-modified.outputs.builds) }}
if: needs.trigger-rebuild-for-modified.outputs.builds != '[]'
steps:
- name: Report status
run: |
Expand Down

0 comments on commit f12ce3f

Please sign in to comment.