Skip to content

Commit

Permalink
chore: disable daily GitHub Actions schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Mar 5, 2025
1 parent 6138308 commit cfab2be
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/aspect-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
pull_request:
branches: [main]

# Run the workflows on a cron schedule to run once a day on main branch
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
schedule:
- cron: '0 14 * * 1-5'

# Allow this to be triggered manually via the GitHub UI Actions tab
workflow_dispatch:

Expand Down

0 comments on commit cfab2be

Please sign in to comment.