Skip to content

Commit

Permalink
Update "Schedule Friday" workflow to account for breaks (hackforla#7106)
Browse files Browse the repository at this point in the history
Co-authored-by: Danielle <[email protected]>
  • Loading branch information
daras-cu and danielle-y authored Jul 14, 2024
1 parent 13e70f0 commit 32824b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/schedule-fri-0700.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Schedule Friday 0700

# This action runs at 7:00 UTC/ 0:00 PDT (midnight) every Friday, except during July and December.
on:
schedule:
- cron: '0 7 * * 5'
- cron: '0 7 * 1-6,8-11 5'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 32824b9

Please sign in to comment.