Skip to content

Commit e9712b5

Browse files
committed
1
1 parent 490a0be commit e9712b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/fetch_and_log.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
process-logs:
3535
needs: fetch-workflows
3636
runs-on: ubuntu-latest
37+
if: ${{ needs.fetch-workflows.outputs.workflow_ids != '[]' && needs.fetch-workflows.outputs.workflow_ids != '' }}
3738
strategy:
3839
matrix:
3940
run_id: ${{ fromJson(needs.fetch-workflows.outputs.workflow_ids || '[]') }}

0 commit comments

Comments
 (0)