Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
diondrapeck committed Nov 8, 2023
1 parent 226ecbe commit 6f67986
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cli-assets-component-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,5 @@ jobs:
uses: syedhassaanahmed/app-insights-event-action@main
with:
appInsightsInstrumentationKey: ${{ secrets.APPLICATION_INSIGHTS_INSTRUMENTATION_KEY }}
telemetryName: 'Sample Notebook Results'
telemetryProperties: |
Name: cli-assets-component-pipeline
Result: ${{ job.status }}
FailureReason: ${{ env.FAILURE_REASON }}
event-name: "cli-assets-component-pipeline_${{ job.status }}_${{ env.FAILURE_REASON }}"
if: always()

0 comments on commit 6f67986

Please sign in to comment.