Skip to content

Commit

Permalink
third try
Browse files Browse the repository at this point in the history
  • Loading branch information
andriisoldatenko committed Nov 25, 2024
1 parent ab606b3 commit e08cea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
webhook-type: webhook-trigger
payload-templated: true
payload: |
"message": ":x: E2E ondemand tests failed on ${{ env.branch }}"
"message": "tests ${{needs.run-in-k8s.result == 'success' && 'passed :green_heavy_check_mark:' || 'failed :red_circle:'}} on kubernetes :kubernetes:\ntests ${{needs.run-in-ocp.result == 'success' && 'passed :green_heavy_check_mark:' || 'failed :red_circle:'}} on openshift :openshift:\n using ${{ github.event.inputs.target || 'main' }} branch (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})"
"run_id": "${{ github.run_id }}"

0 comments on commit e08cea3

Please sign in to comment.