We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21692b1 commit 25c2daeCopy full SHA for 25c2dae
.github/workflows/therock-ci.yml
@@ -46,7 +46,7 @@ jobs:
46
sparse-checkout-cone-mode: true
47
fetch-depth: 2
48
- name: Notify Microsoft Teams
49
- if: ${{ contains(inputs.project_to_test, 'miopen') || contains(inputs.project_to_test, 'miopen_plugin') }}
+ if: always() #${{ contains(inputs.project_to_test, 'miopen') || contains(inputs.project_to_test, 'miopen_plugin') }}
50
run: |
51
curl -X POST "${{ secrets.MIOPEN_CI_WEBHOOK_URL }}" -H 'Content-Type: application/json' \
52
-d '{
0 commit comments