Skip to content

Commit bd493f7

Browse files
authored
1 parent 0f821a0 commit bd493f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-auditor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ jobs:
2020
GITHUB_EVENT_PATH: ${{ env.GITHUB_EVENT_PATH }}
2121
GITHUB_TOKEN: ${{ secrets.PR_AUDITOR_TOKEN }}
2222
GITHUB_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
23+
report_failure:
24+
needs: check-pr
25+
if: ${{ failure() }}
26+
uses: sourcegraph/sourcegraph/.github/workflows/report-job-failure.yml@main
27+
secrets: inherit

0 commit comments

Comments
 (0)