Skip to content

Commit 25c2dae

Browse files
committed
test in setup
1 parent 21692b1 commit 25c2dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/therock-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
sparse-checkout-cone-mode: true
4747
fetch-depth: 2
4848
- name: Notify Microsoft Teams
49-
if: ${{ contains(inputs.project_to_test, 'miopen') || contains(inputs.project_to_test, 'miopen_plugin') }}
49+
if: always() #${{ contains(inputs.project_to_test, 'miopen') || contains(inputs.project_to_test, 'miopen_plugin') }}
5050
run: |
5151
curl -X POST "${{ secrets.MIOPEN_CI_WEBHOOK_URL }}" -H 'Content-Type: application/json' \
5252
-d '{

0 commit comments

Comments
 (0)