Skip to content

Commit

Permalink
chore: rename cron
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Sep 1, 2023
1 parent 008e676 commit 34f85ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml → .github/workflows/cron.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Deploy
name: Cron

on:
schedule:
- cron: "0 * * * *"
- cron: "*/30 * * * *"

jobs:
deploy:
check:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository.
Expand Down

0 comments on commit 34f85ef

Please sign in to comment.