Skip to content

Commit

Permalink
chore(ci): update workflow trigger to be scheduled weekly at 6AM Sat
Browse files Browse the repository at this point in the history
Signed-off-by: hainenber <[email protected]>
  • Loading branch information
hainenber committed Nov 2, 2024
1 parent 91e0683 commit 4a014af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Update Jenkins version

# Triggers at 6AM every Saturday
on:
push:
branches:
- main
schedule:
- cron: '0 6 * * 6'

permissions:
contents: write
Expand Down

0 comments on commit 4a014af

Please sign in to comment.