diff --git a/.github/workflows/android-beta.yaml b/.github/workflows/android-beta.yaml index 5c92755985..545d0528dc 100644 --- a/.github/workflows/android-beta.yaml +++ b/.github/workflows/android-beta.yaml @@ -41,6 +41,8 @@ jobs: - name: Checkout sources uses: actions/checkout@v2 + with: + fetch-depth: 100 # enough to get all commits for the current day - name: Parallel submodules checkout shell: bash diff --git a/.github/workflows/android-check.yaml b/.github/workflows/android-check.yaml index 3ef2578c27..987eeae30c 100644 --- a/.github/workflows/android-check.yaml +++ b/.github/workflows/android-check.yaml @@ -39,6 +39,8 @@ jobs: - name: Checkout sources uses: actions/checkout@v2 + with: + fetch-depth: 100 # enough to get all commits for the current day - name: Parallel submodules checkout shell: bash diff --git a/.github/workflows/android-monkey.yaml b/.github/workflows/android-monkey.yaml index a5570cf45c..b091be2634 100644 --- a/.github/workflows/android-monkey.yaml +++ b/.github/workflows/android-monkey.yaml @@ -45,6 +45,8 @@ jobs: - name: Checkout sources uses: actions/checkout@v2 + with: + fetch-depth: 100 # enough to get all commits for the current day - name: Parallel submodules checkout shell: bash diff --git a/.github/workflows/android-release.yaml b/.github/workflows/android-release.yaml index a42147ebe4..467fef8290 100644 --- a/.github/workflows/android-release.yaml +++ b/.github/workflows/android-release.yaml @@ -30,6 +30,8 @@ jobs: - name: Checkout sources uses: actions/checkout@v2 + with: + fetch-depth: 100 # enough to get all commits for the current day - name: Parallel submodules checkout shell: bash