Skip to content

Commit

Permalink
Merge PR #6496: MAINT: Only run backport action when PR is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl authored Jul 6, 2024
2 parents 325e70e + e45d00e commit 9f0b143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
backport:
name: Backport PR
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Backport Action
Expand Down

0 comments on commit 9f0b143

Please sign in to comment.