Skip to content

Commit 1922f15

Browse files
committed
chore(ci): remove reference to non-existing step
1 parent 633ff8c commit 1922f15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293

294294
- name: Discord notification
295295
uses: sarisia/actions-status-discord@eb045afee445dc055c18d3d90bd0f244fd062708 # v1.16.0
296-
if: steps.check.outputs.permitted == 'true' && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
296+
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
297297
with:
298298
color: '#00FF00' # green
299299
title: Test Completed!

0 commit comments

Comments
 (0)