Skip to content

Commit

Permalink
Turn netperf on for daily runs (#3715)
Browse files Browse the repository at this point in the history
Netperf tests were disabled in daily runs due to issues in the netperf repo. They appear to be fixed now, so re-enable it.
  • Loading branch information
Alan-Jowett authored Jul 18, 2024
1 parent 79c2b56 commit f46db2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 == 'workflow_dispatch'
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/netperf.yml
with:
sha: ${{ github.sha }}
Expand Down

0 comments on commit f46db2b

Please sign in to comment.