Skip to content

Commit

Permalink
Run only on success
Browse files Browse the repository at this point in the history
  • Loading branch information
jowilf committed Dec 14, 2022
1 parent 6116412 commit 370acbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preview-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- completed
jobs:
preview-docs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 370acbf

Please sign in to comment.