From 1922f157359a801cb47a25398ae26128b1b73337 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 22 Mar 2026 09:12:25 +0100 Subject: [PATCH] chore(ci): remove reference to non-existing step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b008e280c..0c81a4b95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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!