chore(ci): remove reference to non-existing step

This commit is contained in:
Matthias
2026-03-22 09:12:25 +01:00
parent 633ff8c98c
commit 1922f15735
+1 -1
View File
@@ -293,7 +293,7 @@ jobs:
- name: Discord notification
uses: sarisia/actions-status-discord@eb045afee445dc055c18d3d90bd0f244fd062708 # v1.16.0
if: steps.check.outputs.permitted == 'true' && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
with:
color: '#00FF00' # green
title: Test Completed!