diff --git a/.github/workflows/ts-code-compilation.yml b/.github/workflows/ts-code-compilation.yml index b0e54692e672..f54bd75ecdea 100644 --- a/.github/workflows/ts-code-compilation.yml +++ b/.github/workflows/ts-code-compilation.yml @@ -15,7 +15,9 @@ jobs: steps: - uses: actions/checkout@v3 with: - fetch-depth: 0 # Fetch all history + fetch-depth: 1 + - name: Merge branches + uses: ./.github/actions/merge-branches - name: install meteor run: curl https://install.meteor.com/ | sh - name: run meteor npm install diff --git a/.github/workflows/ts-code-validation.yml b/.github/workflows/ts-code-validation.yml index ea1896dde074..6b1efab60c4a 100644 --- a/.github/workflows/ts-code-validation.yml +++ b/.github/workflows/ts-code-validation.yml @@ -15,7 +15,9 @@ jobs: steps: - uses: actions/checkout@v3 with: - fetch-depth: 0 # Fetch all history + fetch-depth: 1 + - name: Merge branches + uses: ./.github/actions/merge-branches - name: install meteor run: curl https://install.meteor.com/ | sh - name: run meteor npm install