Skip to content

Commit

Permalink
Don't run mac builds per commit (#842)
Browse files Browse the repository at this point in the history
* Don't run mac builds per commit

* Update and rename build-wheels-m1.yml to build-wheels_m1.yml

* Update build-wheels_m1.yml

* Update build-wheels_m1.yml
  • Loading branch information
msaroufim authored and andrewor14 committed Sep 10, 2024
1 parent 59664cc commit ae8384b
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Build M1 Wheels

on:
pull_request:
paths:
- build/packaging/**
- .github/workflows/build_wheels_m1.yml
- setup.py
push:
branches:
- nightly
Expand All @@ -11,12 +14,12 @@ on:
# NOTE: Binary build pipelines should only get triggered on release candidate builds
# Release candidate tags look like: v1.11.0-rc1
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
schedule:
- cron: '0 0 * * *' # Runs at midnight UTC every day
workflow_dispatch:

permissions:
id-token: write
contents: read

jobs:
generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
Expand All @@ -25,6 +28,7 @@ jobs:
os: macos-arm64
build:
needs: generate-matrix
if: github.repository_owner == 'pytorch'
name: pytorch/ao
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
with:
Expand Down

0 comments on commit ae8384b

Please sign in to comment.