Skip to content

Commit

Permalink
Merge pull request #488 from neutrinoceros/tst/weekly_bleeding_edge
Browse files Browse the repository at this point in the history
TST: reduce bleeding edge testing frequency from daily to weekly
  • Loading branch information
jzuhone authored Nov 15, 2024
2 parents 7b22077 + 09079a6 commit 61d9f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bleeding-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
pull_request:
paths:
- .github/workflows/bleeding-edge.yaml
# Run daily at 0:01 UTC
# Run every Wednesday at 0:01 UTC
schedule:
- cron: '1 0 * * *'
- cron: 1 0 * * 3
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 61d9f80

Please sign in to comment.