Skip to content

Commit 06dc225

Browse files
authored
chore(ci): disable unused workflows (#224)
the website was deprioritizedpost nucleation, switching to on-demand build for now
1 parent 964bba5 commit 06dc225

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Deploy Pages
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- main
8-
schedule:
9-
- cron: "1 * * * *" # every one hour
5+
#push:
6+
# branches:
7+
# - main
8+
#schedule:
9+
# - cron: "1 * * * *" # every one hour
1010

1111
permissions:
1212
contents: read

0 commit comments

Comments
 (0)