We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633ff8c commit 1922f15Copy full SHA for 1922f15
1 file changed
.github/workflows/ci.yml
@@ -293,7 +293,7 @@ jobs:
293
294
- name: Discord notification
295
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)
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
297
with:
298
color: '#00FF00' # green
299
title: Test Completed!
0 commit comments