We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 838e42f + 84a0f66 commit b354b78Copy full SHA for b354b78
.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml
@@ -56,3 +56,14 @@ jobs:
56
57
- name: Run unit tests
58
run: bundle exec rake parallel_spec
59
+
60
+ notify-via-slack:
61
+ name: Notify workflow conclusion via Slack
62
+ if: ${{ always() }}
63
+ needs: daily_unit_tests_with_nightly_puppet_gem
64
+ runs-on: 'ubuntu-latest'
65
+ steps:
66
+ - uses: luchihoratiu/notify-via-slack@main
67
+ with:
68
+ SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
69
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments