Skip to content

Commit

Permalink
Disable run by cron
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy authored May 30, 2024
1 parent 497a4cb commit f2abc0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
push:
branches:
- master
schedule:
# run every day
- cron: '0 0 * * *'
# schedule:
# # run every day
# - cron: '0 0 * * *'

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

0 comments on commit f2abc0d

Please sign in to comment.