From d867f457ca92c65a68164a71187af4dd08ff1a85 Mon Sep 17 00:00:00 2001 From: Hansong Zhang Date: Mon, 21 Oct 2024 13:44:32 -0700 Subject: [PATCH] Add XNNPACK to android.yml trigger ghstack-source-id: 05e3ec332ab1264b37f541b22fc8bb39d94e11e9 Pull Request resolved: https://github.com/pytorch/executorch/pull/6412 --- .github/workflows/android.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 40c70cc086d..c8870770013 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -12,6 +12,7 @@ on: - .ci/docker/** - .github/workflows/android.yml - build/*android*.sh + - backends/xnnpack/** - install_requirements.sh - examples/demo-apps/android/** - extension/android/**