Skip to content

Commit

Permalink
Remove netperf from daily schedule until it's fixed (#3654)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
Co-authored-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan-Jowett and Alan Jowett authored Jun 20, 2024
1 parent c39f0fa commit 2afa9c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ jobs:
configurations: '["Release"]'

netperf:
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
if: github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/netperf.yml
with:
sha: ${{ github.sha }}
Expand All @@ -637,7 +637,7 @@ jobs:

upload_netperf_results_azure_2022:
needs: netperf
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
if: github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/upload-perf-results.yml
with:
name: upload_netperf_results_azure_2022
Expand All @@ -650,7 +650,7 @@ jobs:

upload_netperf_results_lab_2022:
needs: netperf
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
if: github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/upload-perf-results.yml
with:
name: upload_netperf_results_lab_2022
Expand Down

0 comments on commit 2afa9c7

Please sign in to comment.