aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-15 19:45:10 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-15 19:45:10 +0100
commit5c53318df73b1a1334ad0dc911c41778807756c0 (patch)
tree4ae4431d4d89dc66b49515fe7d2c739b20c348b0 /.github/workflows/dependency-updates.yml
parentEnable hibernate/wake-up calls of active service via context menu (diff)
downloadferdium-app-5c53318df73b1a1334ad0dc911c41778807756c0.tar.gz
ferdium-app-5c53318df73b1a1334ad0dc911c41778807756c0.tar.zst
ferdium-app-5c53318df73b1a1334ad0dc911c41778807756c0.zip
Streamline workflows names
Diffstat (limited to '.github/workflows/dependency-updates.yml')
-rw-r--r--.github/workflows/dependency-updates.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index 5dde7c662..7958aa5f5 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -1,6 +1,6 @@
1# This workflow will do a clean install of ferdi dev-dependencies, update the dependencies, build the source code and run tests. It will only run on scheduled trigger. 1# This workflow will do a clean install of ferdi dev-dependencies, update the dependencies, build the source code and run tests. It will only run on scheduled trigger.
2 2
3name: Ferdi Dependency updates 3name: Dependency updates
4 4
5on: 5on:
6 # Manual trigger from the UI 6 # Manual trigger from the UI