fix(ci): stop nightly builds on push (#14637)

This commit is contained in:
david-leifker 2025-09-02 21:14:20 -05:00 committed by GitHub
parent 42139195b9
commit 59a2bd458c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,9 +5,6 @@ on:
workflow_dispatch:
schedule:
- cron: "0 8 * * *" # Run at midnight Pacific time (8 AM UTC) every day
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}