Skip to content

Commit

Permalink
ci: migrate to combined scheduled workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Aug 8, 2023
1 parent 52c425c commit 0267a0a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Scheduled jobs
name: Scheduled actions

on:
schedule:
- cron: "0 0 * * *"
- cron: "0 8 * * *"

jobs:
stale:
name: Close stale
uses: zeshuaro/github-actions-workflows/.github/workflows/close-stale.yml@de1d095ed7299374421389eae787b7720efea5c6
lock:
name: Lock threads
uses: zeshuaro/github-actions-workflows/.github/workflows/lock-threads.yml@de1d095ed7299374421389eae787b7720efea5c6
scheduled:
uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@9970f6cf32b604e2b63c62f6f4296677f0ec6f22

0 comments on commit 0267a0a

Please sign in to comment.