You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/e2e_tests.yaml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,3 +93,12 @@ jobs:
93
93
retention-days: 10
94
94
path: |
95
95
${{ env.CODEFLARE_TEST_OUTPUT_DIR }}/**/*.log
96
+
97
+
- name: Post notification about failure to a Slack channel in case of push event
98
+
if: failure() && github.event_name == 'push'
99
+
uses: slackapi/slack-github-action@v1.24.0
100
+
with:
101
+
channel-id: "codeflare-nightlies"
102
+
slack-message: "e2e test on push failed, <https://github.com/project-codeflare/codeflare-operator/actions/workflows/e2e_tests.yaml|View workflow runs>"
0 commit comments