aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ferdi-builds.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-19 07:37:47 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-19 07:37:47 +0530
commit4bc60c67947b591d00c79c4b723de5a3c70a91ee (patch)
treed7ce11801500f8cdc8a21c680f27a40d59a10147 /.github/workflows/ferdi-builds.yml
parentMinor refactoring to avoid leaking of objects. (diff)
downloadferdium-app-4bc60c67947b591d00c79c4b723de5a3c70a91ee.tar.gz
ferdium-app-4bc60c67947b591d00c79c4b723de5a3c70a91ee.tar.zst
ferdium-app-4bc60c67947b591d00c79c4b723de5a3c70a91ee.zip
Resurrect 'fetch-depth' since its needed for merging of branches. [skip ci]
Diffstat (limited to '.github/workflows/ferdi-builds.yml')
-rw-r--r--.github/workflows/ferdi-builds.yml1
1 files changed, 1 insertions, 0 deletions
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:
45 with: 45 with:
46 ref: nightly 46 ref: nightly
47 submodules: recursive 47 submodules: recursive
48 fetch-depth: 0 # Note: Needed to be able to pull the 'develop' branch as well for merging
48 - id: should_run 49 - id: should_run
49 name: Check whether there are any commits since this run was last triggered and push them and/or set the output 50 name: Check whether there are any commits since this run was last triggered and push them and/or set the output
50 if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, 'nightly branch')) }} 51 if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, 'nightly branch')) }}