Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
avahoffman committed Nov 1, 2024
1 parent 08a632b commit c3ccf5d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/render-all.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@

# Candace Savonen Apr 2021

# +---------------- minute (0 - 59)
# | +------------- hour (0 - 23)
# | | +---------- day of month (1 - 31)
# | | | +------- month (1 - 12)
# | | | | +---- day of week (0 - 6) (Sunday=0 or 7)
# | | | | |
# * * * * * command to be executed
# +---------------- minute (0 - 59)
# | +------------- hour (0 - 23)
# | | +---------- day of month (1 - 31)
# | | | +------- month (1 - 12)
# | | | | +---- day of week (0 - 6) (Sunday=0 or 7)
# | | | | |
# * * * * * command to be executed

name: Render all output courses

on:
workflow_dispatch:
schedule:
- cron: "0 3 * * 0"
schedule:
- cron: "0 3 * * 0"
push:
branches: [ main, staging ]
paths:
Expand Down

0 comments on commit c3ccf5d

Please sign in to comment.