We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490a0be commit e9712b5Copy full SHA for e9712b5
1 file changed
.github/workflows/fetch_and_log.yaml
@@ -34,6 +34,7 @@ jobs:
34
process-logs:
35
needs: fetch-workflows
36
runs-on: ubuntu-latest
37
+ if: ${{ needs.fetch-workflows.outputs.workflow_ids != '[]' && needs.fetch-workflows.outputs.workflow_ids != '' }}
38
strategy:
39
matrix:
40
run_id: ${{ fromJson(needs.fetch-workflows.outputs.workflow_ids || '[]') }}
0 commit comments