Skip to content

Commit

Permalink
comment should not be always executed. (#23312)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Aug 26, 2023
1 parent 1827261 commit 8cc4ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
name: screenshots-${{ inputs.issue || github.event.issue.number }}
path: ${{ steps.setup.outputs.application-path }}/**/cypress/screenshots
- name: Dump docker logs
if: success() || failure()
if: always()
uses: jwalton/gh-docker-logs@v2
outputs:
yo-rc: ${{ steps.project.outputs.yo-rc }}
Expand All @@ -154,7 +154,7 @@ jobs:
result-comment:
runs-on: ubuntu-latest
needs: application
if: always()
if: success() || failure()
permissions:
issues: write
steps:
Expand Down

0 comments on commit 8cc4ec2

Please sign in to comment.