Skip to content

Commit

Permalink
T7065: pr mirror to trigger only when the pullrequest is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya committed Jan 22, 2025
1 parent 8088129 commit 59473bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-pr-mirror-repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:

jobs:
call-trigger-mirror-pr-repo-sync:
if: github.repository_owner == 'vyos'
if: github.repository_owner == 'vyos' && github.event.pull_request.merged == true
uses: vyos/.github/.github/workflows/trigger-pr-mirror-repo-sync.yml@current
secrets: inherit

0 comments on commit 59473bd

Please sign in to comment.