Skip to content

Commit

Permalink
chore(ci): disable unused workflows (#224)
Browse files Browse the repository at this point in the history
the website was deprioritizedpost nucleation,
switching to on-demand build for now
  • Loading branch information
lidel authored Oct 22, 2024
1 parent 964bba5 commit 06dc225
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Deploy Pages

on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: "1 * * * *" # every one hour
#push:
# branches:
# - main
#schedule:
# - cron: "1 * * * *" # every one hour

permissions:
contents: read
Expand Down

0 comments on commit 06dc225

Please sign in to comment.