Skip to content

Commit

Permalink
Enabling cron expression for nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilumeshsargur committed Apr 2, 2024
1 parent 76e6a76 commit 10b9a03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-build-image.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Build New Image Version
on:
workflow_dispatch:
# Run every night at 4:00PM PDT
schedule:
- cron: '0 23 * * *'
Expand Down

0 comments on commit 10b9a03

Please sign in to comment.