Skip to content

Commit

Permalink
Don't run restyled on merged events
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Sep 25, 2024
1 parent 4803ed7 commit 59edfe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/restyled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
restyled:
if: ${{ github.event.pull_request.merged != true }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 59edfe9

Please sign in to comment.