Skip to content

Commit

Permalink
ci: Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nclsbayona authored Jun 9, 2024
1 parent 7d1526b commit fa0594e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fa0594e

Please sign in to comment.