chore(ci): remove reference to non-existing step
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user