Skip to content

Commit

Permalink
gh-actions: Change linting workflow schedule from daily to weekly. (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 authored Aug 7, 2024
1 parent a504ce6 commit 251c880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ on:
- "src/**"
- "tests/**"
schedule:
# Run at midnight UTC every day with 15 minutes delay added to avoid high load periods
- cron: "15 0 * * *"
# Run every Tuesday at 00:15 UTC (the 15 is to avoid periods of high load)
- cron: "15 0 * * 2"

concurrency:
group: "${{github.workflow}}-${{github.ref}}"
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"

- run: |
pip install --upgrade pip
pip install -r requirements-dev.txt
Expand Down

0 comments on commit 251c880

Please sign in to comment.