diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d78c87d68..73fe25562 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -92,7 +92,7 @@ jobs: foreach ($file in $FILES_TO_VALIDATE) { $testout = "" Write-Output "::group::=== API COMPATIBILITY CHECK: ${file} ===" - apicompat -l "left\${file}" -r "right\${file}" | Tee-Object -Variable testout + apicompat -l "left\${file}" -r "right\${file}" --noWarn "$(NoWarn);CP0006" | Tee-Object -Variable testout Write-Output "::endgroup::" if ($testout -ne "APICompat ran successfully without finding any breaking changes.") { Write-Output "::error::${file} did not pass. Please review it for problems." diff --git a/.github/workflows/rollup.yml b/.github/workflows/rollup.yml index c3aba2a63..70a8fc7b7 100644 --- a/.github/workflows/rollup.yml +++ b/.github/workflows/rollup.yml @@ -11,8 +11,7 @@ jobs: strategy: matrix: branches: - - new_im_hooks -# - apiX + - WORKFLOW_DISABLED_REMOVE_BEFORE_RUNNING defaults: run: