Skip to content

Commit 2898406

Browse files
committed
don't run deployments on a schedule
1 parent 75b8cce commit 2898406

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ on:
1010
# Runs on pushes targeting the default branch
1111
push:
1212
branches: ["master"]
13-
schedule:
14-
- cron: '0 0 * * *'
1513

1614
# Allows you to run this workflow manually from the Actions tab
1715
workflow_dispatch:

0 commit comments

Comments
 (0)