diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc254c6..3a2fecf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -165,7 +165,7 @@ jobs: mirror-commits: needs: - "check-mirror-commits" - if: "${{ needs.check-mirror-commits.outputs.continue == '1' && github.event_name == 'push' && format('refs/heads/{0}', github.event.repository.default_branch) != github.ref }}" + if: "${{ needs.check-mirror-commits.outputs.continue == '1' }}" runs-on: "ubuntu-latest" steps: - name: "Checkout"