Skip to content

Commit 5e0942b

Browse files
mikeagunMichael Agun
andauthored
Disable scheduled regression tests (#4685)
* Disabled scheduled regression tests. * revert verifier submodule change --------- Co-authored-by: Michael Agun <danielagun@microsoft.com>
1 parent 22364ae commit 5e0942b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ jobs:
291291
# Always run this job.
292292
# Only run this on repos that have self-host runners.
293293
needs: regular
294-
# Disabled for now for pull_request, merge_group, and push until in-progress breaking changes are completed.
295-
if: github.repository == 'microsoft/ebpf-for-windows' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
294+
# Disabled for now for schedule, pull_request, merge_group, and push until in-progress breaking changes are completed.
295+
if: github.repository == 'microsoft/ebpf-for-windows' && (github.event_name == 'workflow_dispatch')
296296
uses: ./.github/workflows/reusable-test.yml
297297
with:
298298
pre_test: .\setup_ebpf_cicd_tests.ps1 -TestMode "Regression" -RegressionArtifactsVersion "0.21.0" -GranularTracing

0 commit comments

Comments
 (0)