Skip to content

Commit f2abc0d

Browse files
authored
Disable run by cron
1 parent 497a4cb commit f2abc0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
push:
66
branches:
77
- master
8-
schedule:
9-
# run every day
10-
- cron: '0 0 * * *'
8+
# schedule:
9+
# # run every day
10+
# - cron: '0 0 * * *'
1111

1212
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1313
jobs:

0 commit comments

Comments
 (0)