Skip to content

Commit

Permalink
.github/workflows: run xbps-cycles daily.
Browse files Browse the repository at this point in the history
Should help in catching cyclic dependencies early.

Rename lockthreads.yml to include all scheduled CI tasks.
  • Loading branch information
ericonr committed Jun 23, 2021
1 parent a7e3cdb commit e9a46f7
Showing 1 changed file with 6 additions and 1 deletion.
@@ -1,4 +1,4 @@
name: 'Lock threads'
name: 'Scheduled tasks'

on:
schedule:
Expand All @@ -13,3 +13,8 @@ jobs:
github-token: ${{ github.token }}
pr-lock-inactive-days: '90'
process-only: 'prs'
cycles:
runs-on: ubuntu-latest
steps:
- run: apt-get install -y python3-networkx
- run: common/scripts/xbps-cycles.py

0 comments on commit e9a46f7

Please sign in to comment.