Skip to content

Commit

Permalink
Fix the cron used for feature_powerset.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed Apr 7, 2024
1 parent fd03920 commit b087812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/feature_powerset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ name: Feature Powerset

on:
schedule:
# Run once a week on Friday at 1AM UTC (6PM PST)
- cron: '0 1 * * 5'
# Run once a week on Saturday at 1AM UTC (Friday 6PM PST)
- cron: '0 1 * * 6'
workflow_dispatch:
pull_request:
branches: [ main ]
Expand Down

0 comments on commit b087812

Please sign in to comment.