Skip to content

Commit

Permalink
fix: made cleanup.yml a cron job (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Oct 11, 2022
1 parent 47d3b70 commit 8d8086b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
name: Cleans all preview pages for gh-pages

on:
push:
branches:
- main
schedule:
- cron: "0 0 * * *"

jobs:
clean:
Expand Down

0 comments on commit 8d8086b

Please sign in to comment.