aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
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
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')
-rw-r--r--.github/workflows/builds.yml (renamed from .github/workflows/ferdi-builds.yml)2
-rw-r--r--.github/workflows/dependency-updates.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/builds.yml
index 5d751901e..3f356e1e0 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/builds.yml
@@ -10,7 +10,7 @@
10# 'WIN_CSC_LINK' (The HTTPS link or local path to certificate - for code signing of windows artifacts) 10# 'WIN_CSC_LINK' (The HTTPS link or local path to certificate - for code signing of windows artifacts)
11# 'WIN_CSC_KEY_PASSWORD' (The password to decrypt the certificate given in CSC_LINK - for code signing of windows artifacts) 11# 'WIN_CSC_KEY_PASSWORD' (The password to decrypt the certificate given in CSC_LINK - for code signing of windows artifacts)
12 12
13name: Ferdi Builds 13name: Builds
14 14
15on: 15on:
16 # Push to any tracked branches 16 # Push to any tracked branches
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