From 4bc60c67947b591d00c79c4b723de5a3c70a91ee Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 19 Jul 2021 07:37:47 +0530 Subject: Resurrect 'fetch-depth' since its needed for merging of branches. [skip ci] --- .github/workflows/ferdi-builds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml index f326abfd5..6c45e65b5 100644 --- a/.github/workflows/ferdi-builds.yml +++ b/.github/workflows/ferdi-builds.yml @@ -45,6 +45,7 @@ jobs: with: ref: nightly submodules: recursive + fetch-depth: 0 # Note: Needed to be able to pull the 'develop' branch as well for merging - id: should_run name: Check whether there are any commits since this run was last triggered and push them and/or set the output if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, 'nightly branch')) }} -- cgit v1.2.3-70-g09d2