Skip to content

Commit

Permalink
Updated cron syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aitnitishshelage authored Aug 17, 2022
1 parent cfe5a09 commit 1447f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: GVLUPDATE
on:
# Runs on pushes targeting the default branch
schedule:
- cron: "*/0 17 * * 4"
- cron: "0 17 * * 4"

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 1447f71

Please sign in to comment.