Skip to content

Commit

Permalink
Try (again) to not send Slack messages on forks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanklee86 committed Sep 29, 2022
1 parent 16b5d08 commit 8a644b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.github_slack_token }}
SLACK_WEBHOOK_URL: ${{ secrets.slack_webhook }}
if: ${{ github.event.pull_request.head.repo.full_name != 'Unleash/unleash-client-python' }} && (success() || failure())
if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }} && (success() || failure())

tox:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8a644b2

Please sign in to comment.