Skip to content

Commit

Permalink
Upload netperf results on schedule runs (microsoft#3738)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-Jowett authored Jul 31, 2024
1 parent cfadfe7 commit 0b4142d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ jobs:

upload_netperf_results_azure_2022:
needs: netperf
if: github.event_name == 'workflow_dispatch'
if: github.event_name == 'schedule' || 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 == 'workflow_dispatch'
if: github.event_name == 'schedule' || 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 0b4142d

Please sign in to comment.