Skip to content

Commit

Permalink
move cron comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-jackson committed Mar 7, 2024
1 parent 579c624 commit e95cdb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Build and Publish

on:
on:
push:
schedule:
# cron: Minutes Hours Day-of-month Month Day-of-week
# High load times include the start of every hour.
# If the load is sufficiently high enough, some queued jobs may be dropped.
# To decrease the chance of delay, schedule your workflow to run at a different time of the hour.
# cron: Minutes Hours Day-of-month Month Day-of-week
- cron: "7 1 8 * *"

jobs:
jobs:
build-and-publish:
name: Build and Publish
runs-on: ubuntu-latest
Expand Down

0 comments on commit e95cdb3

Please sign in to comment.