aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cycles.yml (renamed from .github/workflows/cron.yml)10
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/cron.yml b/.github/workflows/cycles.yml
index 1b53808a758..e75297ac937 100644
--- a/.github/workflows/cron.yml
+++ b/.github/workflows/cycles.yml
@@ -1,18 +1,10 @@
-name: 'Scheduled tasks'
+name: 'Cycle Check'
on:
schedule:
- cron: '0 18 * * *'
jobs:
- lock:
- runs-on: ubuntu-latest
- steps:
- - uses: dessant/lock-threads@v2
- with:
- github-token: ${{ github.token }}
- pr-lock-inactive-days: '90'
- process-only: 'prs'
cycles:
runs-on: ubuntu-latest
container: