From a31187e6e31ba38043032e823ad89d036826cadc Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Tue, 15 Jul 2025 11:18:57 -0700 Subject: [PATCH] Update [ghstack-poisoned] --- .github/workflows/build-wheels-linux.yml | 2 ++ .github/workflows/build-wheels-macos.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/build-wheels-linux.yml b/.github/workflows/build-wheels-linux.yml index 4c08968f3d6..8509ba52cb9 100644 --- a/.github/workflows/build-wheels-linux.yml +++ b/.github/workflows/build-wheels-linux.yml @@ -9,6 +9,8 @@ on: - examples/**/* - pyproject.toml - setup.py + tags: + - ciflow/binaries/* push: branches: - nightly diff --git a/.github/workflows/build-wheels-macos.yml b/.github/workflows/build-wheels-macos.yml index 3a394cff64b..055543adae4 100644 --- a/.github/workflows/build-wheels-macos.yml +++ b/.github/workflows/build-wheels-macos.yml @@ -9,6 +9,8 @@ on: - examples/**/* - pyproject.toml - setup.py + tags: + - ciflow/binaries/* push: branches: - nightly