mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
let the CI run in external PRs
This commit is contained in:
parent
e09e544b9f
commit
05c0d22714
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue