Skip to content

Commit

Permalink
Update closing-issues-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Nov 11, 2023
1 parent e88ee76 commit e20aecd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/closing-issues-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: prepare matrix
id: matrix
run: |
echo "has-issues=false" >> $GITHUB_OUTPUT
echo 'matrix<<EOF' >> $GITHUB_OUTPUT
echo '{ include:' >> $GITHUB_OUTPUT
echo '${{ steps.get_closing_issues.outputs.data }}' | jq -r '.repository.pullRequest.closingIssuesReferences.edges | [.[] | .node.number ]' >> $GITHUB_OUTPUT
Expand All @@ -72,6 +73,7 @@ jobs:
run:
working-directory: ${{ github.workspace }}/app
timeout-minutes: 50
if: needs.matrix.outputs.has-issues == 'true'
strategy:
fail-fast: false
matrix: ${{fromJson(needs.matrix.outputs.matrix)}}
Expand Down

0 comments on commit e20aecd

Please sign in to comment.