fix: only run backport action if merged (#1054) (#1058)

(cherry picked from commit 9fc434ab42)

Co-authored-by: lea <lleyton@fyralabs.com>
This commit is contained in:
Raboneko
2024-04-05 04:06:55 -07:00
committed by GitHub
parent 81708d8fb7
commit 47c7e407bf
+1
View File
@@ -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: |