Skip to content

Commit

Permalink
update cron values
Browse files Browse the repository at this point in the history
  • Loading branch information
pravarag committed Sep 29, 2024
1 parent 43612da commit 8398f5c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/weekly-go-version-check.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Weekly go version check


on:
schedule:
# Cron for every week at 12:00 UTC.
- cron: ""
# Cron for every Mon at 12:00 UTC.
- cron: "0 12 * * 1"

permissions: {}
permissions:
contents: write
pull-requests: write

jobs:
weekly-go-patch-version-check:
Expand Down

0 comments on commit 8398f5c

Please sign in to comment.