let the CI run in external PRs

This commit is contained in:
Jacob Heider 2022-11-18 13:20:47 -05:00
parent e09e544b9f
commit 05c0d22714
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -233,6 +233,7 @@ jobs:
- uses: martialonline/workflow-status@v3
id: status
- uses: rtCamp/action-slack-notify@v2
if: ${{ env.SLACK_WEBHOOK != '' }}
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}