Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ai-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

on:
schedule:
- cron: '0 12 * * 1,3,5' # Mon/Wed/Fri at ~4am Pacific Time
- cron: '0 12 * * 1' # Monday at ~4am Pacific Time
workflow_dispatch:
pull_request:
paths:
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
run: |
git remote add torvalds https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch torvalds
MERGE_BASE=$(git merge-base v6.19 HEAD)
MERGE_BASE=$(git merge-base torvalds/master HEAD)
rm -rf /ci/.semcode.db/lore
ln -s /ci/.semcode.db .semcode.db
semcode-index --git "${MERGE_BASE}..HEAD"
Expand Down
Loading
Loading