Unverified Commit 3080fb71 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix Slack report for Nightly CI and Past CI (#22901)



fix
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 435abb22
......@@ -958,7 +958,7 @@ if __name__ == "__main__":
"Torch CUDA extension tests": "run_tests_torch_cuda_extensions_gpu_test_reports",
}
if ci_event == "push":
if ci_event in ["push", "Nightly CI"] or ci_event.startswith("Past CI"):
del additional_files["Examples directory"]
del additional_files["PyTorch pipelines"]
del additional_files["TensorFlow pipelines"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment