Skip to content

Commit

Permalink
only run if pr-test succeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Apr 8, 2024
1 parent 58c0559 commit 7e2db6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-review-companion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
jobs:
review:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: "Download artifact"
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 7e2db6e

Please sign in to comment.