Skip to content

Commit

Permalink
add same change to newly added workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Sep 18, 2023
1 parent 9647be4 commit 5b957cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/beam_PostCommit_SQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,6 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
commit: '${{ env.prsha || env.GITHUB_SHA }}'
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
files: '**/build/test-results/**/*.xml'

0 comments on commit 5b957cb

Please sign in to comment.