Skip to content

Commit

Permalink
Merge branch 'main' into changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese authored Mar 6, 2025
2 parents 55721de + 7ce0b32 commit 3fe95a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ on:
types:
- webhook

# Runs at 8 a.m. UTC every day
# Runs at 2 a.m. UTC every day
schedule:
- cron: '0 8 * * *'
- cron: '0 2 * * *'

# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
Expand Down

0 comments on commit 3fe95a5

Please sign in to comment.