From 263e77135c39ee70ef0d4027a54ef5a791538bfe Mon Sep 17 00:00:00 2001 From: Pascal Holthaus <94793111+pascalholthaus@users.noreply.github.com> Date: Mon, 26 Jan 2026 08:49:24 +0100 Subject: [PATCH 1/2] Change: do not install mnotify on self hosted runners --- mattermost-notify/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mattermost-notify/action.yml b/mattermost-notify/action.yml index 34b396eb..bd6b3e55 100644 --- a/mattermost-notify/action.yml +++ b/mattermost-notify/action.yml @@ -88,7 +88,7 @@ runs: ref: ${{ inputs.commit }} - name: Install - # if: ${{ !startsWith(runner.name, inputs.skip-installation-on) }} + if: ${{ !startsWith(runner.name, inputs.skip-installation-on) }} uses: greenbone/actions/pipx@v3 id: pipx with: From ab81832c7fa36852309523c3bdb2b7040ad71749 Mon Sep 17 00:00:00 2001 From: Pascal Holthaus <94793111+pascalholthaus@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:22:47 +0100 Subject: [PATCH 2/2] Update action.yml --- mattermost-notify/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mattermost-notify/action.yml b/mattermost-notify/action.yml index bd6b3e55..ad0671ce 100644 --- a/mattermost-notify/action.yml +++ b/mattermost-notify/action.yml @@ -35,7 +35,7 @@ inputs: description: Specifies the notification status. Options success or failure. Default is automatic detected by 'GITHUB_EVENT_PATH' json. skip-installation-on: description: Skip mn-notify installation on selected runner. Default is self-hosted-generic. - default: "self-hosted-generic" + default: "self-hosted-generic-vm" workflow: description: GitHub workflow ID. Default is 'github.run_id'. default: ${{ github.run_id }}