Skip to content

Commit

Permalink
Merge pull request #3 from rverdile/cron-for-build
Browse files Browse the repository at this point in the history
automate build with cron
  • Loading branch information
rverdile authored Sep 4, 2024
2 parents a793f35 + abf6239 commit 6eb3046
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Update candlepin binding if new release
on:
push:
workflow_dispatch:
schedule:
- cron: "0 7 * * *"
jobs:
CheckLatestVersionAndRun:
timeout-minutes: 10
Expand Down

0 comments on commit 6eb3046

Please sign in to comment.