Skip to content

Commit

Permalink
feat: ✨ set the slack url as optional and disable log to slack in a f…
Browse files Browse the repository at this point in the history
…ork (#3681)
  • Loading branch information
torleifhalseth authored Nov 14, 2024
1 parent 51c1547 commit 3835673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: true
secrets:
SLACK_WEBHOOK_URL:
required: true
required: false
outputs:
tag:
description: 'Package tag'
Expand Down Expand Up @@ -99,4 +99,4 @@ jobs:
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
if: failure()
if: ${{ github.event.pull_request.head.repo.fork }} = 'false' && failure()

0 comments on commit 3835673

Please sign in to comment.