diff --git a/.github/workflows/sync-branch.yaml b/.github/workflows/sync-branch.yaml index 6be9650a2ed..a8dd55b3c70 100644 --- a/.github/workflows/sync-branch.yaml +++ b/.github/workflows/sync-branch.yaml @@ -21,6 +21,7 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.event.inputs.branch_name || github.event.client_payload.branch_name }} + fetch-depth: 0 # This does a test post-merge and only pushes the result if the test succeeds # required client_payload members: # branch_name - the target branch