mirror of
https://github.com/ivabus/pantry
synced 2025-06-08 08:20:32 +03:00
notify job should be always(), not step.
This commit is contained in:
parent
3a3986ae2d
commit
f746eca170
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -107,11 +107,11 @@ jobs:
|
|||
path: ${{ steps.bottle.outputs.filenames }}
|
||||
if-no-files-found: error
|
||||
notify:
|
||||
if: always()
|
||||
needs: [build]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: rtCamp/action-slack-notify@v2
|
||||
if: always()
|
||||
env:
|
||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
|
||||
|
|
Loading…
Reference in a new issue