Skip to content

Commit

Permalink
ci: modify schedule test
Browse files Browse the repository at this point in the history
  • Loading branch information
zaldih committed Apr 27, 2024
1 parent 210f96c commit f2df674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Deploy to GitHub Pages

on:
push:
branches: [ main ]
schedule: # Rebuild "Social Wall" section.
- cron: '*/2 * * * *' # Test
branches: [main]
schedule: # Rebuild "Social Wall" section.
- cron: "*/5 * * * *" # Every monday at 00:00h
workflow_dispatch:

# Allow this job to clone the repo and create a page deployment
Expand Down

0 comments on commit f2df674

Please sign in to comment.