Skip to content

Commit

Permalink
change time to sunday at midnight, name of job
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA committed Dec 6, 2024
1 parent 7ab2cc7 commit 90d11a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
branches: main
workflow_dispatch:
schedule:
- cron: '05 23 * * 5'
- cron: '0 0 * * 0' # runs At 00:00 on Sunday

name: Render on pull request
name: Render

jobs:
build-deploy:
Expand Down

0 comments on commit 90d11a2

Please sign in to comment.