Skip to content

Commit

Permalink
Merge pull request #4312 from vyos/T7065-pr-mirror-trigger-restrict
Browse files Browse the repository at this point in the history
T7065: pr mirror to trigger only when the pullrequest is merged
  • Loading branch information
c-po authored Jan 22, 2025
2 parents 8088129 + 59473bd commit 62680c8
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 62680c8

Please sign in to comment.