Skip to content

Commit

Permalink
run cron job every 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Oct 28, 2024
1 parent 356d5c6 commit 77a1f16
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ephemeral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ name: Deploy Redirect to GitHub Pages

on:
schedule:
- cron: '0 */2 * * *'
- cron: '0 * * * *'
workflow_dispatch:
push:
branches:
- main

permissions:
contents: write
Expand Down

0 comments on commit 77a1f16

Please sign in to comment.