Skip to content

Commit

Permalink
fix: only run backport action if merged (#1054) (#1057)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9fc434a)

Co-authored-by: lea <[email protected]>
  • Loading branch information
raboneko and lleyton authored Apr 5, 2024
1 parent 4c4b459 commit b11142b
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: Install SSH signing key
run: |
Expand Down

0 comments on commit b11142b

Please sign in to comment.