diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ed0bdd..e53a648 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,9 +12,9 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: - # Run every 20 days at 12:30 UTC + # Run every 2 months the first day at 12:30 UTC schedule: - - cron: '30 12 * * */20' + - cron: '30 12 1 */2 *' # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: