Skip to content

Commit af959da

Browse files
soumya-greenbonegreenbonebot
authored andcommitted
Change: Disabled condition
1 parent b95ea84 commit af959da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mattermost-notify/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ runs:
8888
ref: ${{ inputs.commit }}
8989

9090
- name: Install
91-
if: ${{ !startsWith(runner.name, inputs.skip-installation-on) }}
91+
# if: ${{ !startsWith(runner.name, inputs.skip-installation-on) }}
9292
uses: greenbone/actions/pipx@v3
9393
id: pipx
9494
with:

0 commit comments

Comments
 (0)