Skip to content

Commit

Permalink
Stop a scheduled trigger temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
shotarok authored Apr 4, 2024
1 parent 94c39a9 commit e1dbc38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Publish to GitHub Pages
on:
push:
branches: [ main ]
schedule:
- cron: '0 7 * * *'
# schedule:
# - cron: '0 7 * * *'

jobs:
deploy:
Expand Down

0 comments on commit e1dbc38

Please sign in to comment.