File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -464,6 +464,7 @@ jobs:
464464
465465 - name : Check user permission
466466 id : check
467+ continue-on-error : true
467468 uses : prince-chrismc/check-actor-permissions-action@d504e74ba31658f4cdf4fcfeb509d4c09736d88e # v3.0.2
468469 with :
469470 permission : " write"
@@ -472,7 +473,7 @@ jobs:
472473
473474 - name : Discord notification
474475 uses : rjstone/discord-webhook-notify@c2597273488aeda841dd1e891321952b51f7996f # v2.2.1
475- if : always() && steps.check.outputs.has-permission && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
476+ if : steps.check.outputs.permitted == 'true' && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
476477 with :
477478 severity : info
478479 details : Test Completed!
You can’t perform that action at this time.
0 commit comments