From 27e518456c9fcafb0d394968b3fe61fb487a9f14 Mon Sep 17 00:00:00 2001 From: mhatvan Date: Fri, 10 Sep 2021 11:30:45 +0530 Subject: chore: removed unused 'misty' config file formatted some files backported from PR #1826 Co-authored-by: Vijay Raghavan Aravamudhan --- .github/workflows/ferdi-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml index c17011d69..c1312fb92 100644 --- a/.github/workflows/ferdi-builds.yml +++ b/.github/workflows/ferdi-builds.yml @@ -45,7 +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 + 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-54-g00ecf