aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar mhatvan <markus_hatvan@aon.at>2021-09-10 11:30:45 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-10 11:30:57 +0530
commit27e518456c9fcafb0d394968b3fe61fb487a9f14 (patch)
treeeaa0f240925793609cb0cf0d1ac97395d02fcf56 /.github/workflows
parentchore: removed unused 'misty'; added missing peer-dependency package (diff)
downloadferdium-app-27e518456c9fcafb0d394968b3fe61fb487a9f14.tar.gz
ferdium-app-27e518456c9fcafb0d394968b3fe61fb487a9f14.tar.zst
ferdium-app-27e518456c9fcafb0d394968b3fe61fb487a9f14.zip
chore: removed unused 'misty' config file
formatted some files backported from PR #1826 Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ferdi-builds.yml2
1 files changed, 1 insertions, 1 deletions
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:
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 fetch-depth: 0 # Note: Needed to be able to pull the 'develop' branch as well for merging
49 - id: should_run 49 - id: should_run
50 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
51 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]')) }}