Skip to content

Commit

Permalink
Adding test action for cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdelato committed Mar 5, 2024
1 parent cf223c9 commit 69fc2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Cron
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: "0 21 * * 1-5"
- cron: "45 20 * * 1-5"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 69fc2c4

Please sign in to comment.