diff --git a/.github/workflows/python-integration-tests.yml b/.github/workflows/python-integration-tests.yml index 34d120567a0d..f45c48f5639a 100644 --- a/.github/workflows/python-integration-tests.yml +++ b/.github/workflows/python-integration-tests.yml @@ -544,7 +544,7 @@ jobs: script: core.setFailed('Integration Tests Cancelled!') - name: Microsoft Teams Notification - uses: skitionek/notify-microsoft-teams@v1.0.8 + uses: skitionek/notify-microsoft-teams@v1.0.9 if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' with: webhook_url: ${{ secrets.MSTEAMS_WEBHOOK }} @@ -554,7 +554,7 @@ jobs: title: "{title: ` ${{ env.run_type }}: ${{ env.date }} `, text: ` ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}`}" - name: Microsoft Teams Notification (Dry Run) - uses: skitionek/notify-microsoft-teams@v1.0.8 + uses: skitionek/notify-microsoft-teams@v1.0.9 if: github.ref != 'refs/heads/main' with: webhook_url: NONE