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!