Skip to content

Commit

Permalink
fix: only run backport action if merged (#1054)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9fc434a)
  • Loading branch information
lleyton committed Apr 4, 2024
1 parent 8d976aa commit fc2680f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
backport:
name: Backport/sync PR
runs-on: ubuntu-latest
if: github.event.pull_request.merged
steps:
- name: Backport Action
uses: sorenlouv/[email protected]
Expand Down

0 comments on commit fc2680f

Please sign in to comment.